Fixes to generate valid C# bindings for Terrain3D and GodotSteam extensions (and hopefully more) #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-Fix invalid code generated with Vector2/Vector3/Transform2D/Transform3D structs when using default nullable args
-Fix casting of enums in a few places
-Added required casts for doubles to floats in generated code
-Prefix consts if they conflict with names of properties
-Prefix event/signals if they conflict with names of methods
-Fix generated using system object instead of GodotObject
-Fix invalid code generated with godot arrays holding a non-variant objects
-Fix 3d -> 3D naming mapping in godot C# code
-Added invalid class cast guards to binding code
-Support for casting directly from engine class
-Postfix enums names that start with a number