mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Start of edit mode scripts
- Initialize script instances in edit mode - Run OnCreate and OnUpdate for Entities with RunInEditMode-Attribute
This commit is contained in:
@@ -209,6 +209,9 @@ static class Mono
|
||||
/// Gets the field as object, boxes the value if it is a valuetype.
|
||||
[LinkName(.C)]
|
||||
public static extern MonoObject* mono_field_get_value_object(MonoDomain* domain, MonoClassField* field, MonoObject* obj);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoCustomAttrInfo* mono_custom_attrs_from_class(MonoClass *klass);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoCustomAttrInfo* mono_custom_attrs_from_field(MonoClass* monoClass, MonoClassField* field);
|
||||
|
||||
Reference in New Issue
Block a user