C# 클래스 Pathfinding.PointKDTree.Node

파일 보기 프로젝트 열기: FellowshipOfTheGame/anathema 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count ushort
data Pathfinding.GraphNode[]
split int
splitAxis byte

프로퍼티 상세

count 공개적으로 프로퍼티

Number of non-null entries in data
public ushort count
리턴 ushort

data 공개적으로 프로퍼티

Nodes in this leaf node (null if not a leaf node)
public GraphNode[],Pathfinding data
리턴 Pathfinding.GraphNode[]

split 공개적으로 프로퍼티

Split point along the splitAxis if not a leaf node
public int split
리턴 int

splitAxis 공개적으로 프로퍼티

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