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.

GameObjectUtility.GetNavMeshAreaFromName

Switch to Manual
public static function GetNavMeshAreaFromName(name: string): int;

Parameters

nameNavMesh area name to query.

Returns

int The NavMesh area index. If there is no NavMesh area with the requested name, the return value is -1.

Description

Get the navmesh area index from the area name.