A* Pathfinding Project  3.6.1
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
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 ( ushort  bottom,
uint  height 
)

Member Function Documentation

int GetConnection ( int  dir)
void SetConnection ( int  dir,
uint  value 
)

Member Data Documentation

uint con
uint h
int reg
ushort y

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