e22dd3bc6a
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. |
||
---|---|---|
.. | ||
GodotPlugins | ||
GodotSharp | ||
GodotSharpEditor | ||
.editorconfig | ||
.gitignore | ||
GodotSharp.sln | ||
GodotSharp.sln.DotSettings |