Update Transpiler
parent
7dadc77c42
commit
0ed8dadb6e
|
|
@ -14,7 +14,7 @@ Features
|
|||
- Add GDScript by string with `GDGlue.InserGDScript`
|
||||
|
||||
### **C# Files**
|
||||
- Create own files for each class
|
||||
- Create own files for each class/struct
|
||||
- Create wrapper class for single file enum `enum RJ_TriggerMode` to `class_name RJ_TriggerModeEnums`
|
||||
- Create prefixed names for Rokojori Object Types
|
||||
- Handles partial classes split into multiple files
|
||||
|
|
@ -46,10 +46,11 @@ Features
|
|||
- ExportCategory
|
||||
|
||||
### **Nullables**
|
||||
- Handling nullable types of C# (String, Dictionary, Acrray, Callable) on member/local declaration
|
||||
- Handling nullable types of C# (String, Dictionary, Acrray, Callable) on member/local declarations/parameters
|
||||
- Adding and assigning null flag on assignment, passing default instead null
|
||||
- Reading null flag instead value for null comparisons
|
||||
|
||||
|
||||
### **GD Functions**
|
||||
- Ommiting return type value description in GDScript with Rokojori.Null as return type
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue