SetAreaCost(int, float)
Sets the cost for traversing over areas of the area type.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public void SetAreaCost(int areaIndex, float areaCost)
Parameters
Remarks
If you enable or disable the agent then the cost will be reset to the default layer cost.