mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Interact with Materials from scripts
This commit is contained in:
@@ -293,6 +293,12 @@ static class Mono
|
||||
[LinkName(.C)]
|
||||
public static extern MonoException* mono_get_exception_argument(char8* arg, char8* msg);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoException* mono_get_exception_invalid_operation(char8* msg);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoException* mono_get_exception_not_implemented(char8* msg);
|
||||
|
||||
#endregion
|
||||
|
||||
[LinkName(.C)]
|
||||
|
||||
Reference in New Issue
Block a user