virtualx-engine/modules/mono/glue/GodotSharp
Patrick Dawson 161f295f52 ManagedCallable: use delegate target instead of middleman when possible
If the delegate target is an Object, the connected signal will be registered in that object instead of the middleman. So when that object is destroyed, the signal will be properly disconnected.
2022-10-01 02:09:58 +02:00
..
ExternalAnnotations C#: Re-implement assembly reloading with ALCs 2022-08-22 03:36:51 +02:00
Godot.SourceGenerators.Internal C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00
GodotPlugins Fix various C# exceptions 2022-08-26 16:56:00 +02:00
GodotSharp ManagedCallable: use delegate target instead of middleman when possible 2022-10-01 02:09:58 +02:00
GodotSharpEditor Add float arg to build_assemblies.py 2022-09-04 04:02:39 +09:30
.editorconfig C#: Code cleanup and greatly reduce use of C# pointers 2022-08-22 03:36:51 +02:00
.gitignore Mono/C#: Re-structure API solution and GodotTools post-build target 2019-12-28 20:48:55 +01:00
GodotSharp.sln C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00
GodotSharp.sln.DotSettings C#: Re-implement assembly reloading with ALCs 2022-08-22 03:36:51 +02:00