mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Drag'n'drop for components
+ Added CreateInstance to ScriptClass + Added CreateComponentInstance to ScriptInstance
This commit is contained in:
@@ -232,6 +232,12 @@ static class Mono
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoThread* mono_thread_current();
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoProperty* mono_class_get_property_from_name(MonoClass *klass, char8* name);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern void mono_property_set_value(MonoProperty *prop, void *obj, void **@params, MonoObject **exc);
|
||||
}
|
||||
|
||||
struct MonoDomain;
|
||||
@@ -250,6 +256,8 @@ struct MonoObject;
|
||||
|
||||
struct MonoMethod;
|
||||
|
||||
struct MonoProperty;
|
||||
|
||||
struct MonoThread;
|
||||
|
||||
struct MonoException
|
||||
|
||||
Reference in New Issue
Block a user