Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.