virtualx-engine/modules/mono/editor
Raul Santos 4bbfd20aa9
Ignore PhysicsServer3DExtension class in C#
PhysicsServer3DExtension inherits from PhysicsServer3D which is a
singleton class, since singleton classes are generated as static in C#
it would generate invalid C# so for now we'll be
ignoring PhysicsServer3DExtension.
2022-03-18 17:28:48 +01:00
..
Godot.NET.Sdk Bump Godot.NET.Sdk and SourceGenerators versions 2021-12-05 15:56:18 +01:00
GodotTools Implement GDExtension export plugin. 2022-03-16 11:16:19 +02:00
bindings_generator.cpp Ignore PhysicsServer3DExtension class in C# 2022-03-18 17:28:48 +01:00
bindings_generator.h Refactor bbcode_to_xml into multiple specific methods 2022-03-03 23:35:10 +01:00
code_completion.cpp Fix Autoload capitalization inconsistency 2022-03-09 15:03:03 +08:00
code_completion.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_internal_calls.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
editor_internal_calls.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godotsharp_export.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godotsharp_export.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00