C# 클래스 ZombieShooter.pathFinder

파일 보기 프로젝트 열기: Spectrewiz/Zombie-Shooter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Qtimer int
queue int

공개 메소드들

메소드 설명
findPath ( Vector2 pos, Vector2 dest ) : List
pathFinder ( bool bMap ) : System
update ( ) : void
writeMap ( Vector2 offset ) : ].bool[

비공개 메소드들

메소드 설명
getAdj ( Point curPos ) : List
getG ( Point v, Point curPos ) : int
getH ( Point v, Point endPos ) : int
resetMap ( ) : void

메소드 상세

findPath() 공개 메소드

public findPath ( Vector2 pos, Vector2 dest ) : List
pos Vector2
dest Vector2
리턴 List

pathFinder() 공개 메소드

public pathFinder ( bool bMap ) : System
bMap bool
리턴 System

update() 공개 정적인 메소드

public static update ( ) : void
리턴 void

writeMap() 공개 정적인 메소드

public static writeMap ( Vector2 offset ) : ].bool[
offset Vector2
리턴 ].bool[

프로퍼티 상세

Qtimer 공개적으로 정적으로 프로퍼티

public static int Qtimer
리턴 int

queue 공개적으로 정적으로 프로퍼티

public static int queue
리턴 int