csharp
public struct Crowd.AgentEnumeratorWalks 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)
public CrowdAgentHandle CurrentThe agent the enumerator is on.
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