A* Pathfinding Project  4.1.14
The A* Pathfinding Project for Unity 3D
LinkedVoxelSpan Struct Reference

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
 

Constructor & Destructor Documentation

◆ LinkedVoxelSpan() [1/2]

LinkedVoxelSpan ( uint  bottom,
uint  top,
int  area 
)

◆ LinkedVoxelSpan() [2/2]

LinkedVoxelSpan ( uint  bottom,
uint  top,
int  area,
int  next 
)

Member Data Documentation

◆ area

int area

◆ bottom

uint bottom

◆ next

int next

◆ top

uint top

The documentation for this struct was generated from the following file: