Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NTiled
TiledTileLayer
C# Class NTiled.TiledTileLayer
Represents a tile layer.
Inheritance:
TiledLayer
ファイルを表示
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