comment
This commit is contained in:
parent
9387bfa59c
commit
6be63195f0
@ -133,6 +133,7 @@ private void DrawEntityAndChildren(in Entity entity)
|
|||||||
ImGui.EndDragDropTarget();
|
ImGui.EndDragDropTarget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Draw children.
|
||||||
ReverseSpanEnumerator<Entity> childEntities = World.InRelations<ChildParentRelation>(entity);
|
ReverseSpanEnumerator<Entity> childEntities = World.InRelations<ChildParentRelation>(entity);
|
||||||
foreach (Entity childEntity in childEntities)
|
foreach (Entity childEntity in childEntities)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user