C# 클래스 Dwarrowdelf.VisionMap

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

공개 메소드들

메소드 설명
Clear ( ) : void
GetIndexValueEnumerable ( ) : bool>>.IEnumerable
VisionMap ( int visionRange ) : System
this ( IntVector3 p ) : bool
this ( int x, int y, int z ) : bool

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetIndexValueEnumerable() 공개 메소드

public GetIndexValueEnumerable ( ) : bool>>.IEnumerable
리턴 bool>>.IEnumerable

VisionMap() 공개 메소드

public VisionMap ( int visionRange ) : System
visionRange int
리턴 System

this() 공개 메소드

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

this() 공개 메소드

public this ( int x, int y, int z ) : bool
x int
y int
z int
리턴 bool