Version: 2022.2

NavMeshBuildSettings.maxJumpAcrossDistance

切换到手册
public float maxJumpAcrossDistance ;

描述

Maximum agent jump distance.

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*agentRadius and less than Jump Distance. In addition the landing location must not be further than voxelSize from the level of the start location.