update EcsWorld.DebuggerProxy

This commit is contained in:
Mikhail 2024-04-29 21:50:32 +08:00
parent afbc2fcaac
commit 7ae2440b92

View File

@ -794,6 +794,9 @@ namespace DCFApixels.DragonECS
return result; return result;
} }
} }
public long Version { get { return _world.Version; } }
public IEcsPool[] Pools { get { return _world._pools; } }
public TypeMeta _TypeMeta { get { return _world.GetMeta(); } }
public DebuggerProxy(EcsWorld world) public DebuggerProxy(EcsWorld world)
{ {
_world = world; _world = world;