Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

public static function GetAreaCost(areaIndex: int): float;
public static float GetAreaCost(int areaIndex);

Parameters

areaIndexIndex of the area to get.

Description

Gets the cost for path finding over geometry of the area type.

The value applies to all agents unless you the value has been customized per agent by calling NavMeshAgent.SetAreaCost.

You can use NavMesh.GetAreaFromName to find the area index based on the name of the NavMesh area type.

See also:
Areas and Costs – to learn how to use different Area types.