Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
_Tile
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,