Vixen
02b45cc4
csharp
public readonly record struct CrowdOffMeshTraversal

An agent part-way across an off-mesh connection.

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

Fields and properties (4)

  • public uint UserId

    Whatever the connection was authored with — which animation to play.

  • public Vector3 Start

    Where it left the surface.

  • public Vector3 End

    Where it will land.

  • public float Progress

    How far along it is, from 0 to 1.

Methods (1)

  • public CrowdOffMeshTraversal(uint UserId, Vector3 Start, Vector3 End, float Progress)

    An agent part-way across an off-mesh connection.

Used by (3)

  • CrowdVixen.Navigation
  • CrowdAgentStateVixen.Navigation
  • OffMeshConnectionTestsVixen.Navigation.Tests