Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NTiled
TiledTileLayer
C# Class NTiled.TiledTileLayer
Represents a tile layer.
Inheritance:
TiledLayer
Exibir arquivo
Open project: patriksvensson/ntiled
Public Methods
Method
Description
SetTileData
(
int
tiles
) :
void
Sets the tiles in the layer.
Method Details
SetTileData()
public
method
Sets the tiles in the layer.
public
SetTileData
(
int
tiles
) :
void
tiles
int
The tiles in the layer.
return
void