A* Pathfinding Project  4.1.5
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
PointKDTree.Node Struct Reference

Public Attributes

ushort count
 Number of non-null entries in data.
 
GraphNode[] data
 Nodes in this leaf node (null if not a leaf node)
 
int split
 Split point along the splitAxis if not a leaf node.
 
byte splitAxis
 Axis to split along if not a leaf node (x=0, y=1, z=2)
 

Member Data Documentation

ushort count

Number of non-null entries in data.

GraphNode [] data

Nodes in this leaf node (null if not a leaf node)

int split

Split point along the splitAxis if not a leaf node.

byte splitAxis

Axis to split along if not a leaf node (x=0, y=1, z=2)


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