C# Class _Tile, Rookery

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool canPlace
return bool

endOfLine public_oe property

public bool endOfLine
return bool

exit public_oe property

public bool exit
return bool

goldStash public_oe property

public bool goldStash
return bool

nextTile public_oe property

public _Tile, nextTile
return _Tile,

prevTile public_oe property

public _Tile, prevTile
return _Tile,

tileType public_oe property

public TileType, tileType
return TileType,