Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNavMeshAreaFromName(string)

Get the navmesh area index from the area name.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. GetNavMeshAreaFromName has been deprecated. Use NavMesh.GetAreaFromName instead.
public static int GetNavMeshAreaFromName(string name)

Parameters

name

NavMesh area name to query.

Returns

Type

Description

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