Tried EntityEditor in C#

This commit is contained in:
Simon Lübeß
2023-11-10 12:41:58 +01:00
parent b41eaad788
commit 6f1467046d
13 changed files with 285 additions and 5 deletions
@@ -467,6 +467,12 @@ static class ScriptGlue
RegisterCall<function float4(float4, out float4)>("ScriptGlue::modf_float4", => GlitchyEngine.Math.modf);
}
#endregion
#region Editor Stuff
#endregion
private static void RegisterCall<T>(String name, T method) where T : var