C# 클래스 VacuumCleaner.Env.Environment

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

공개 프로퍼티들

프로퍼티 타입 설명
mazeSize_ int

공개 메소드들

메소드 설명
AcceptAction ( ActionType action ) : void
Change ( RandomNumGen rng ) : void
DirtAmount ( int x, int y ) : int
Environment ( string mapFileName ) : System
IsCurrentPosDirty ( ) : bool

메소드 상세

AcceptAction() 공개 메소드

public AcceptAction ( ActionType action ) : void
action ActionType
리턴 void

Change() 공개 메소드

public Change ( RandomNumGen rng ) : void
rng RandomNumGen
리턴 void

DirtAmount() 공개 메소드

public DirtAmount ( int x, int y ) : int
x int
y int
리턴 int

Environment() 공개 메소드

public Environment ( string mapFileName ) : System
mapFileName string
리턴 System

IsCurrentPosDirty() 공개 메소드

public IsCurrentPosDirty ( ) : bool
리턴 bool

프로퍼티 상세

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

public static int mazeSize_
리턴 int