Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maxJumpAcrossDistance

Maximum agent jump distance.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public float maxJumpAcrossDistance { get; set; }

Remarks

Jump-Across link generation is controlled by the Jump Distance parameter. The parameter controls what is the furthest distance that will be connected. Setting the value to 0 will disable the generation.
The trajectory of the jump-across link is defined so that the horizontal travel is more than 2 x agentRadius and less than Jump Distance. In addition the landing location must not be further than voxelSize from the level of the start location.