Vixen
02b45cc4
csharp
public enum CrowdTargetState

How 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)

  • None

    It has not been told to go anywhere.

  • Requested

    It has, and the path has not been worked out yet.

  • Following

    It is walking.

  • Arrived

    It is there.

  • Failed

    There 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