csharp
public readonly struct Hierarchy.ChildSequenceAn entity's children, walked through the intrusive list.
No guide page documents this yet — the page shows what the code says about itself.
Methods (2)
public ChildSequence(World world, Entity first)An entity's children, walked through the intrusive list.
public Hierarchy.ChildSequence.Enumerator GetEnumerator()Starts walking.
Used by (1)
- HierarchyVixen.Engine