C# Class Pathfinding.PointKDTree.Node

Afficher le fichier Open project: FellowshipOfTheGame/anathema Class Usage Examples

Méthodes publiques

Свойство Type Description
count ushort
data Pathfinding.GraphNode[]
split int
splitAxis byte

Property Details

count public_oe property

Number of non-null entries in data
public ushort count
Résultat ushort

data public_oe property

Nodes in this leaf node (null if not a leaf node)
public GraphNode[],Pathfinding data
Résultat Pathfinding.GraphNode[]

split public_oe property

Split point along the splitAxis if not a leaf node
public int split
Résultat int

splitAxis public_oe property

Axis to split along if not a leaf node (x=0, y=1, z=2)
public byte splitAxis
Résultat byte