virtualx-engine/modules/mono/glue/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
..
GodotPlugins C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00
GodotSharp C#: Static marshaling for bindings and source generators 2022-08-22 03:36:51 +02:00
GodotSharpEditor C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
.editorconfig C#: Code cleanup and greatly reduce use of C# pointers 2022-08-22 03:36:51 +02:00
.gitignore
GodotSharp.sln C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotSharp.sln.DotSettings C#: Move marshaling logic and generated glue to C# 2022-08-22 03:35:59 +02:00