NavMeshAgent.SetAreaCost
public void SetAreaCost(int areaIndex,
float areaCost);
Parameters
| areaIndex | Area cost. | |
| areaCost | New cost for the specified area index. |
Description 描述
Sets the cost for traversing over areas of the area type.
If you enable or disable the agent then the cost will be reset to the default layer cost.