Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TileView
C# Class TileView, tilemap
Inheritance:
MonoBehaviour
,
IObserver
Mostrar archivo
Open project: stalexwang/tilemap
Class Usage Examples
Public Methods
Method
Description
GetPrefabCount
( ) :
int
GetTile
( ) :
ITile
Notify
( ) :
void
SetTile
(
ITile
tile
) :
void
Private Methods
Method
Description
UpdateTileObject
( ) :
void
Method Details
GetPrefabCount()
public
method
public
GetPrefabCount
( ) :
int
return
int
GetTile()
public
method
public
GetTile
( ) :
ITile
return
ITile
Notify()
public
method
public
Notify
( ) :
void
return
void
SetTile()
public
method
public
SetTile
(
ITile
tile
) :
void
tile
ITile
return
void