mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed calling engine functions from scripts
- Removed mono references in generator - Implemented StringView type in C#
This commit is contained in:
@@ -17,6 +17,6 @@ public static class Physics2D
|
||||
ScriptGlue.Physics2D_GetGravity(out float2 gravity);
|
||||
return gravity;
|
||||
}
|
||||
set => ScriptGlue.Physics2D_SetGravity(in value);
|
||||
set => ScriptGlue.Physics2D_SetGravity(value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user