Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNavMeshAreaNames()

Get all the navmesh area names.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. GetNavMeshAreaNames has been deprecated. Use NavMesh.GetAreaNames instead.
public static string[] GetNavMeshAreaNames()

Returns

Type

Description

string[]Names of all the NavMesh areas.