mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Gizmo improvements
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user