A* Pathfinding Project
3.8.5
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
LinkedVoxelSpan (uint bottom, uint top, int area) | |
LinkedVoxelSpan (uint bottom, uint top, int area, int next) | |
Public Attributes | |
int | area |
uint | bottom |
int | next |
uint | top |
LinkedVoxelSpan | ( | uint | bottom, |
uint | top, | ||
int | area | ||
) |
LinkedVoxelSpan | ( | uint | bottom, |
uint | top, | ||
int | area, | ||
int | next | ||
) |
int area |
uint bottom |
int next |
uint top |