C# Class _Tile, Rookery

Inheritance: MonoBehaviour
Show file Open project: AIESeattleGameArt/Rookery Class Usage Examples

Public Properties

Property Type Description
canPlace bool
endOfLine bool
exit bool
goldStash bool
nextTile _Tile,
prevTile _Tile,
tileType TileType,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

canPlace public property

public bool canPlace
return bool

endOfLine public property

public bool endOfLine
return bool

exit public property

public bool exit
return bool

goldStash public property

public bool goldStash
return bool

nextTile public property

public _Tile, nextTile
return _Tile,

prevTile public property

public _Tile, prevTile
return _Tile,

tileType public property

public TileType, tileType
return TileType,