C# 클래스 Pathfinding.BinaryHeapM.Tuple

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

공개 프로퍼티들

프로퍼티 타입 설명
F uint
node PathNode

공개 메소드들

메소드 설명
Tuple ( uint f, PathNode node )

메소드 상세

Tuple() 공개 메소드

public Tuple ( uint f, PathNode node )
f uint
node PathNode

프로퍼티 상세

F 공개적으로 프로퍼티

public uint F
리턴 uint

node 공개적으로 프로퍼티

public PathNode node
리턴 PathNode