Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

areaIndex

Area cost.

areaCost

New cost for the specified area index.

Remarks

If you enable or disable the agent then the cost will be reset to the default layer cost.