C# 클래스 Pathfinding.QuadtreeNode

상속: GraphNode
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
connectionCosts uint[]
connections Pathfinding.GraphNode[]

공개 메소드들

메소드 설명
AddConnection ( GraphNode node, uint cost ) : void
ClearConnections ( bool alsoReverse ) : void
GetConnections ( GraphNodeDelegate del ) : void
Open ( Path path, PathNode pathNode, PathHandler handler ) : void
QuadtreeNode ( AstarPath astar ) : UnityEngine
RemoveConnection ( GraphNode node ) : void
SetPosition ( Int3 value ) : void

메소드 상세

AddConnection() 공개 메소드

public AddConnection ( GraphNode node, uint cost ) : void
node GraphNode
cost uint
리턴 void

ClearConnections() 공개 메소드

public ClearConnections ( bool alsoReverse ) : void
alsoReverse bool
리턴 void

GetConnections() 공개 메소드

public GetConnections ( GraphNodeDelegate del ) : void
del GraphNodeDelegate
리턴 void

Open() 공개 메소드

public Open ( Path path, PathNode pathNode, PathHandler handler ) : void
path Path
pathNode PathNode
handler PathHandler
리턴 void

QuadtreeNode() 공개 메소드

public QuadtreeNode ( AstarPath astar ) : UnityEngine
astar AstarPath
리턴 UnityEngine

RemoveConnection() 공개 메소드

public RemoveConnection ( GraphNode node ) : void
node GraphNode
리턴 void

SetPosition() 공개 메소드

public SetPosition ( Int3 value ) : void
value Int3
리턴 void

프로퍼티 상세

connectionCosts 공개적으로 프로퍼티

public uint[] connectionCosts
리턴 uint[]

connections 공개적으로 프로퍼티

public GraphNode[],Pathfinding connections
리턴 Pathfinding.GraphNode[]