Gizmo improvements

This commit is contained in:
Simon Lübeß
2022-05-15 14:36:07 +02:00
parent 3956080520
commit 62bb5baac9
8 changed files with 108 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace GlitchyEngine.World
public ChildEnumerator EnumerateChildren => .(this);
public bool IsValid => _entity.IsValid;
public bool IsValid => _entity.IsValid && _scene != null;
public Entity? Parent
{