Vixen
02b45cc4
csharp
public struct Hierarchy.ChildSequence.Enumerator

Walks a child list.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (1)

  • public Entity Current

    The child.

Methods (2)

  • public Enumerator(World world, Entity first)

    Walks a child list.

  • public bool MoveNext()

    Moves to the next child.

Used by (1)

  • ChildSequenceVixen.Engine