C# 클래스 MapServer.MapPath

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height uint

공개 메소드들

메소드 설명
FindPath ( short scr_x, short scr_y, short dest_x, short dest_y ) : List
MapPath ( uint nWidth, uint nHeight ) : System
SetPointMask ( short x, short y, byte tag ) : void

비공개 메소드들

메소드 설명
Enter_Queue ( TTree node, int f ) : void
Get_From_Queue ( ) : TTree
Init_Queue ( ) : void
Trytile ( short x, short y, short end_x, short end_y, TTree father, byte dir ) : bool
judge ( int x, int y, int end_x, int end_y ) : int

메소드 상세

FindPath() 공개 메소드

public FindPath ( short scr_x, short scr_y, short dest_x, short dest_y ) : List
scr_x short
scr_y short
dest_x short
dest_y short
리턴 List

MapPath() 공개 메소드

public MapPath ( uint nWidth, uint nHeight ) : System
nWidth uint
nHeight uint
리턴 System

SetPointMask() 공개 메소드

public SetPointMask ( short x, short y, byte tag ) : void
x short
y short
tag byte
리턴 void

프로퍼티 상세

Height 공개적으로 프로퍼티

public uint Height
리턴 uint