Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNavMeshLayer(GameObject)

Get the navmesh layer for the GameObject.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. GetNavMeshLayer 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 GetNavMeshLayer(GameObject go)

Parameters

The GameObject to check.

Returns

Type

Description

intThe navmesh layer for the GameObject specified.