C# 클래스 _Tile, Rookery

상속: MonoBehaviour
파일 보기 프로젝트 열기: AIESeattleGameArt/Rookery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
canPlace bool
endOfLine bool
exit bool
goldStash bool
nextTile _Tile,
prevTile _Tile,
tileType TileType,

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

canPlace 공개적으로 프로퍼티

public bool canPlace
리턴 bool

endOfLine 공개적으로 프로퍼티

public bool endOfLine
리턴 bool

exit 공개적으로 프로퍼티

public bool exit
리턴 bool

goldStash 공개적으로 프로퍼티

public bool goldStash
리턴 bool

nextTile 공개적으로 프로퍼티

public _Tile, nextTile
리턴 _Tile,

prevTile 공개적으로 프로퍼티

public _Tile, prevTile
리턴 _Tile,

tileType 공개적으로 프로퍼티

public TileType, tileType
리턴 TileType,