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