godot/modules/mono/glue
Raul Santos 99260d972f
C#: Add implicit conversion from arrays to Variant
Adds an implicit conversion from supported array types (the ones that
are equivalent to `Packed*Array` types in Godot) to Variant.
2022-11-02 21:46:32 +01:00
..
GodotSharp C#: Add implicit conversion from arrays to Variant 2022-11-02 21:46:32 +01:00
runtime_interop.cpp C#: Remove need for reflection to invoking callable delegates 2022-10-30 01:24:15 +02:00
runtime_interop.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00