C# 클래스 AStarTest.Map

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

공개 메소드들

메소드 설명
GetBlocked ( IntVector3 p ) : bool
GetStairs ( IntVector3 p ) : Stairs
GetWeight ( IntVector3 p ) : int
Map ( int width, int height, int depth ) : System
SetBlocked ( IntVector3 p, bool blocked ) : void
SetStairs ( IntVector3 p, Stairs stairs ) : void
SetWeight ( IntVector3 p, int weight ) : void

메소드 상세

GetBlocked() 공개 메소드

public GetBlocked ( IntVector3 p ) : bool
p IntVector3
리턴 bool

GetStairs() 공개 메소드

public GetStairs ( IntVector3 p ) : Stairs
p IntVector3
리턴 Stairs

GetWeight() 공개 메소드

public GetWeight ( IntVector3 p ) : int
p IntVector3
리턴 int

Map() 공개 메소드

public Map ( int width, int height, int depth ) : System
width int
height int
depth int
리턴 System

SetBlocked() 공개 메소드

public SetBlocked ( IntVector3 p, bool blocked ) : void
p IntVector3
blocked bool
리턴 void

SetStairs() 공개 메소드

public SetStairs ( IntVector3 p, Stairs stairs ) : void
p IntVector3
stairs Stairs
리턴 void

SetWeight() 공개 메소드

public SetWeight ( IntVector3 p, int weight ) : void
p IntVector3
weight int
리턴 void