Add Transpiler

Jori 2026-05-08 09:21:49 +00:00
parent 5f006c0c6b
commit 1ebe2aadfc
1 changed files with 19 additions and 0 deletions

19
Transpiler.md Normal file

@ -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