virtualx-engine/modules/mono/mono_gd
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
..
gd_mono.cpp Don't print 'Cannot find Mono in the registry' if bundled with Godot 2019-02-15 19:52:32 +01:00
gd_mono.h Mono: Fix MonoPosixHelper not being found 2019-02-03 05:38:47 +01:00
gd_mono_assembly.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_assembly.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_class.cpp C#: Add 'Singleton' property to singleton wrapper class 2019-02-19 22:38:22 +01:00
gd_mono_class.h C#: Add 'Singleton' property to singleton wrapper class 2019-02-19 22:38:22 +01:00
gd_mono_field.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_field.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
gd_mono_header.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_internals.cpp Use script instance binding for objects constructed from C# 2019-02-09 00:32:18 +01:00
gd_mono_internals.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_log.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_log.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_marshal.cpp Fix Godot.Reference marshalling from MonoObject* to Variant 2019-02-14 22:54:15 +01:00
gd_mono_marshal.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_method.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_method.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
gd_mono_property.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_property.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
gd_mono_utils.cpp C#: Add 'Singleton' property to singleton wrapper class 2019-02-19 22:38:22 +01:00
gd_mono_utils.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
i_mono_class_member.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00