godot/modules/mono/glue
Ignacio Roldán Etcheverry f66a352c0f C#: Add Variant conversion callbacks for generic Godot collections
This allows using generic Godot collections as type arguments for other
generic Godot collections. This also allows generic Godot collections
as parameter or return type in dynamic Callable invocations.
2022-10-30 01:24:15 +02:00
..
GodotSharp C#: Add Variant conversion callbacks for generic Godot collections 2022-10-30 01:24:15 +02: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