virtualx-engine/modules/mono/glue/GodotSharp/GodotSharp
Ignacio Roldán Etcheverry e22dd3bc6a C#: Static marshaling for bindings and source generators
Previously, we added source generators for invoking/accessing methods,
properties and fields in scripts. This freed us from the overhead of
reflection. However, the generated code still used our dynamic
marshaling functions, which do runtime type checking and box value
types.

This commit changes the bindings and source generators to include
'static' marshaling. Based on the types known at compile time, now
we generate the appropriate marshaling call for each type.
2022-08-22 03:36:51 +02:00
..
Core C#: Static marshaling for bindings and source generators 2022-08-22 03:36:51 +02:00
Properties C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00
FodyWeavers.xml C#: Code cleanup and greatly reduce use of C# pointers 2022-08-22 03:36:51 +02:00
GenerateGodotCustomUnsafe.targets C#: Code cleanup and greatly reduce use of C# pointers 2022-08-22 03:36:51 +02:00
GodotSharp.csproj C#: Re-introduce exception logging and error stack traces in editor 2022-08-22 03:36:51 +02:00
GodotSharp.csproj.DotSettings C#: Move marshaling logic and generated glue to C# 2022-08-22 03:35:59 +02:00