godot/modules/mono
Ignacio Etcheverry 9421da57ad C#: Add 'Singleton' property to singleton wrapper class
This property returns an instance of the singleton.
The purpose of this is to allow using methods from the base class like 'Connect'.
Since all Godot singletons inherit Object, the type of the returned instance is Godot.Object.
2019-02-19 22:38:22 +01:00
..
doc_classes
editor C#: Add 'Singleton' property to singleton wrapper class 2019-02-19 22:38:22 +01:00
glue C#: Make GD.Range return IEnumerable instead of array 2019-02-19 18:46:18 +01:00
mono_gd C#: Add 'Singleton' property to singleton wrapper class 2019-02-19 22:38:22 +01:00
utils Don't print 'Cannot find Mono in the registry' if bundled with Godot 2019-02-15 19:52:32 +01:00
config.py
csharp_script.cpp
csharp_script.h
godotsharp_defs.h
godotsharp_dirs.cpp Mono: Fix export template build errors 2019-02-15 19:52:22 +01:00
godotsharp_dirs.h Mono: Fix export template build errors 2019-02-15 19:52:22 +01:00
mono_gc_handle.cpp
mono_gc_handle.h
mono_reg_utils.py
register_types.cpp
register_types.h
SCsub
signal_awaiter_utils.cpp
signal_awaiter_utils.h
tls_configure.py