C# 클래스 VacuumCleaner.Agents.ModelAgent.Tile

파일 보기 프로젝트 열기: Troilk/VacuumCleaner

공개 프로퍼티들

프로퍼티 타입 설명
LastClean int
LastVisit int
State TileStates

공개 메소드들

메소드 설명
Tile ( TileStates tileState, int lastVisit, int lastClean ) : System.Collections.Generic

메소드 상세

Tile() 공개 메소드

public Tile ( TileStates tileState, int lastVisit, int lastClean ) : System.Collections.Generic
tileState TileStates
lastVisit int
lastClean int
리턴 System.Collections.Generic

프로퍼티 상세

LastClean 공개적으로 프로퍼티

public int LastClean
리턴 int

LastVisit 공개적으로 프로퍼티

public int LastVisit
리턴 int

State 공개적으로 프로퍼티

public TileStates State
리턴 TileStates