Version: 2018.1
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.