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.

GameObjectUtility.GetNavMeshAreaFromName

public static int GetNavMeshAreaFromName(string name);

Parameters

name NavMesh 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.