Struct NavMeshTriangulation
Inherited Members
Namespace: UnityEngine.AI
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine")]
public struct NavMeshTriangulationFields
| Improve this Doc View Sourceareas
Declaration
public int[] areasField Value
| Type | Description | 
|---|---|
| Int32[] | 
indices
Declaration
public int[] indicesField Value
| Type | Description | 
|---|---|
| Int32[] | 
vertices
Declaration
public Vector3[] verticesField Value
| Type | Description | 
|---|---|
| Vector3[] | 
Properties
| Improve this Doc View Sourcelayers
Declaration
[Obsolete("Use areas instead.")]
public int[] layers { get; }Property Value
| Type | Description | 
|---|---|
| Int32[] |