Files
godot/modules
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
..
2022-05-04 17:34:51 +02:00
2022-08-14 14:57:58 -05:00
2022-05-04 17:34:51 +02:00
2022-07-21 20:11:29 -05:00
2022-05-04 17:34:51 +02:00