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
@@ -572,6 +572,10 @@ namespace GlitchyEditor.EditWindows
}
ImGui.EndPopup();
}
ScriptEngine.ShowScriptEditor(entity, scriptComponent);
ImGui.Separator();
ScriptClass scriptClass = ScriptEngine.GetScriptClass(scriptComponent.ScriptClassName);