A* Pathfinding Project
4.1.19
The A* Pathfinding Project for Unity 3D
|
VoxelMesh used for recast graphs. More...
VoxelMesh used for recast graphs.
Public Attributes | |
int [] | areas |
Area index for each triangle. More... | |
int [] | tris |
Triangles of the mesh. More... | |
Int3 [] | verts |
Vertices of the mesh. More... | |
int [] areas |
Area index for each triangle.
int [] tris |
Triangles of the mesh.
Each element points to a vertex in the verts array
Int3 [] verts |
Vertices of the mesh.