Version: 2023.2

NavMesh.GetAreaCost

切换到手册
public static float GetAreaCost (int areaIndex);

参数

areaIndex 要获取的区域的索引。

描述

获取区域类型几何体的寻路成本。

该值适用于所有代理,除非您通过调用 NavMeshAgent.SetAreaCost 为每个代理自定义了该值。

Use GetAreaFromName to find the area index based on the name of the NavMesh area type.

另请参阅:Areas and Costs,了解如何使用不同的区域类型。