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

CompactVoxelSpan used for recast graphs. More...

Detailed Description

CompactVoxelSpan used for recast graphs.

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here

Public Member Functions

 CompactVoxelSpan (ushort bottom, uint height)
 
int GetConnection (int dir)
 
void SetConnection (int dir, uint value)
 

Public Attributes

uint con
 
uint h
 
int reg
 
ushort y
 

Constructor & Destructor Documentation

◆ CompactVoxelSpan()

CompactVoxelSpan ( ushort  bottom,
uint  height 
)

Member Function Documentation

◆ GetConnection()

int GetConnection ( int  dir)

◆ SetConnection()

void SetConnection ( int  dir,
uint  value 
)

Member Data Documentation

◆ con

uint con

◆ h

uint h

◆ reg

int reg

◆ y

ushort y

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