mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
update EcsWorld.DebuggerProxy
This commit is contained in:
parent
afbc2fcaac
commit
7ae2440b92
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user