Skip to content

API > NavMeshTriangulation


NavMeshTriangulation⚓︎

Contains data describing a triangulation of a navmesh.

Members⚓︎

Properties⚓︎

Name Description
NavMeshTriangulation.areasProperty NavMesh area indices for the navmesh triangulation. Contains one element for each triangle.
NavMeshTriangulation.indicesProperty Triangle indices for the navmesh triangulation. Contains 3 integers for each triangle. These integers refer to the vertices array.
NavMeshTriangulation.verticesProperty Vertices for the navmesh triangulation. Vertices are referenced by the indices.