Show Buttons in entity editor

- ScriptEngine: Added HasCustomAttribute- extension method
- ScriptEngine: Added Application class
This commit is contained in:
Simon Lübeß
2023-12-12 13:38:29 +01:00
parent 13cb043cf4
commit e69e1b5526
12 changed files with 253 additions and 42 deletions
-8
View File
@@ -202,14 +202,6 @@ namespace GlitchyEngine.World
}
}
public void Start(bool simulation, bool runtime)
{
if (simulation)
StartSimulation();
}
public void StartRuntime()
{
ScriptEngine.StartRuntime(this);