Skip to content

Commit 6ab4155

Browse files
Update README
1 parent 14cb33a commit 6ab4155

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,12 @@ The code generator supports:
185185
* Exceptions
186186
* Overloaded operators
187187
* Arrays (single- and multi-dimensional)
188+
* Delegates
188189

189190
The code generator does not support (yet):
190191

191-
* Delegates
192+
* Events
193+
* Boxing and unboxing (e.g. boxing `int` to `object`, casting `object` to `int`)
192194
* `MonoBehaviour` contents (e.g. fields) except for "message" functions
193195
* `Array` methods (e.g. `IndexOf`)
194196
* Default parameters

0 commit comments

Comments
 (0)