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