3123be2384
- Array and Dictionary now store `Variant` instead of `System.Object`. - Removed generic Array and Dictionary. They cause too much issues, heavily relying on reflection and very limited by the lack of a generic specialization. - Removed support for non-Godot collections. Support for them also relied heavily on reflection for marshaling. Support for them will likely be re-introduced in the future, but it will have to rely on source generators instead of reflection. - Reduced our use of reflection. The remaining usages will be moved to source generators soon. The only usage that I'm not sure yet how to replace is dynamic invocation of delegates. |
||
---|---|---|
.. | ||
Godot.NET.Sdk | ||
GodotTools | ||
script_templates | ||
bindings_generator.cpp | ||
bindings_generator.h | ||
code_completion.cpp | ||
code_completion.h | ||
editor_internal_calls.cpp | ||
editor_internal_calls.h |