Vixen
02b45cc4
csharp
public struct Crowd.AgentEnumerator

Walks a crowd's live agents without allocating.

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

Fields and properties (1)

Methods (2)

  • public Crowd.AgentEnumerator GetEnumerator()

    So that this can be used in a foreach.

  • public bool MoveNext()

    Moves to the next agent.

Used by (1)

  • CrowdVixen.Navigation