Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNavMeshArea(GameObject)

Get the navmesh area index for the GameObject.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. GetNavMeshArea has been deprecated. To relate a GameObject to an area type and retrieve their relation later, create a NavMeshBuildMarkup and pass it into UnityEngine.AI.NavMeshBuilder.CollectSources().
public static int GetNavMeshArea(GameObject go)

Parameters

The GameObject to query.

Returns

Type

Description

intNavMesh area index.