csharp
public enum CrowdTargetStateHow an agent is getting on with where it was told to go.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
NoneIt has not been told to go anywhere.
RequestedIt has, and the path has not been worked out yet.
FollowingIt is walking.
ArrivedIt is there.
FailedThere is no way there, or the agent is not on the mesh.
Used by (13)
- CrowdBenchmarksVixen.Benchmarks.Navigation
- AgentVixen.Navigation
- CrowdVixen.Navigation
- CrowdAgentStateVixen.Navigation
- CrowdRetargetTestsVixen.Navigation.Tests
- CrowdTestsVixen.Navigation.Tests
- NavMeshDebugDrawVixen.Navigation
- NavPathQueueTestsVixen.Navigation.Tests
- NavigationAllocationTestsVixen.Navigation.Tests
- NavigationStateVixen.Navigation
- NavigationSystemVixen.Navigation
- NavigationSystemTestsVixen.Navigation.Tests
- OffMeshConnectionTestsVixen.Navigation.Tests