mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added basic component access in Scripts
This commit is contained in:
@@ -123,6 +123,12 @@ static class Mono
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern void mono_field_set_value(MonoObject* obj, MonoClassField* field, void* value);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoType* mono_reflection_type_from_name(char8* name, MonoImage* image);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoType* mono_reflection_type_get_type(MonoReflectionType* reflectionType);
|
||||
}
|
||||
|
||||
struct MonoDomain;
|
||||
@@ -145,6 +151,10 @@ struct MonoException;
|
||||
|
||||
struct MonoClassField;
|
||||
|
||||
struct MonoType;
|
||||
|
||||
struct MonoReflectionType;
|
||||
|
||||
enum MonoImageOpenStatus
|
||||
{
|
||||
Ok,
|
||||
|
||||
Reference in New Issue
Block a user