godot/modules/mono
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
..
build_scripts
doc_classes
editor Ignore PhysicsServer3DExtension class in C# 2022-03-18 17:28:48 +01:00
editor_templates Rename motion_velocity to velocity 2022-02-22 23:31:33 -08:00
glue Fix Slerp C# docs and add test cases for vectors in the same direction 2022-03-12 13:20:55 -06:00
icons
mono_gd Convert uses of DirAccess * to DirAccessRef to prevent memleaks 2022-03-11 09:13:11 +01:00
utils Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
__init__.py
.editorconfig
.gitignore
class_db_api_json.cpp
class_db_api_json.h
config.py
csharp_script.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
csharp_script.h Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
Directory.Build.props
godotsharp_defs.h
godotsharp_dirs.cpp
godotsharp_dirs.h
managed_callable.cpp
managed_callable.h
mono_gc_handle.cpp
mono_gc_handle.h
register_types.cpp
register_types.h
SCsub
SdkPackageVersions.props
signal_awaiter_utils.cpp
signal_awaiter_utils.h