Add Transpiler
parent
5f006c0c6b
commit
1ebe2aadfc
|
|
@ -0,0 +1,19 @@
|
|||
Supported:
|
||||
|
||||
### **Godot Library**
|
||||
- Convert GDScript Enum Types
|
||||
- Convert GDScript Enum Values
|
||||
|
||||
### **C# Files**
|
||||
- Create own files for each class
|
||||
- Create for single file enum wrappers
|
||||
|
||||
### **C# Types**
|
||||
- List => Array
|
||||
- Array => Array
|
||||
- Dictionary<K,V> => Dictionary[K,V]
|
||||
- HashSet<K> => Dictionary[K,true]
|
||||
|
||||
|
||||
### **General Expressions**
|
||||
- Remove as expressions of interfaces
|
||||
Loading…
Reference in New Issue