Skip to content

Commit d1e9db0

Browse files
Fix README formatting
1 parent 2ca3654 commit d1e9db0

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,20 @@ While IL2CPP transforms C# into C++ already, it generates a lot of overhead. The
7979
* Platform-dependent compilation via the [usual flags](https://docs.unity3d.com/Manual/PlatformDependentCompilation.html) (e.g. `#if UNITY_EDITOR`)
8080
* [CMake](https://cmake.org/) build system sets up any IDE project or command-line build
8181
* Code generator exposes any C# API (Unity, .NET, custom DLLs) with a simple JSON config file and runs from a menu in the Unity editor. It supports a wide range of features:
82-
* Class types
83-
* Struct types
84-
* Enumeration types
85-
* Base classes
86-
* Constructors
87-
* Methods
88-
* Fields
89-
* Properties (getters and setters)
90-
* `MonoBehaviour` classes with "message" functions like `Update`
91-
* `out` and `ref` parameters
92-
* Exceptions
93-
* Overloaded operators
94-
* Arrays (single- and multi-dimensional)
95-
* Delegates
82+
* Class types
83+
* Struct types
84+
* Enumeration types
85+
* Base classes
86+
* Constructors
87+
* Methods
88+
* Fields
89+
* Properties (getters and setters)
90+
* `MonoBehaviour` classes with "message" functions like `Update`
91+
* `out` and `ref` parameters
92+
* Exceptions
93+
* Overloaded operators
94+
* Arrays (single- and multi-dimensional)
95+
* Delegates
9696

9797
# Performance
9898

0 commit comments

Comments
 (0)