A* Pathfinding Project  4.1.14
The A* Pathfinding Project for Unity 3D
PointKDTree.Node Struct Reference

Public Attributes

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

Member Data Documentation

◆ count

ushort count

Number of non-null entries in data.

◆ data

GraphNode [] data

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

◆ split

int split

Split point along the splitAxis if not a leaf node.

◆ splitAxis

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: