Vixen
02b45cc4
csharp
public readonly record struct AvoidanceNeighbour

Another agent, as the one avoiding it sees it.

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

Fields and properties (3)

  • public Vector3 Position

    Where it is.

  • public Vector3 Velocity

    How it is moving.

  • public float Radius

    How wide it is.

Methods (1)

  • public AvoidanceNeighbour(Vector3 Position, Vector3 Velocity, float Radius)

    Another agent, as the one avoiding it sees it.

Used by (2)

  • CrowdVixen.Navigation
  • LocalAvoidanceVixen.Navigation