Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NTiled
TiledTileLayer
C# 클래스 NTiled.TiledTileLayer
Represents a tile layer.
상속:
TiledLayer
파일 보기
프로젝트 열기: patriksvensson/ntiled
공개 메소드들
메소드
설명
SetTileData
(
int
tiles
) :
void
Sets the tiles in the layer.
메소드 상세
SetTileData()
공개
메소드
Sets the tiles in the layer.
public
SetTileData
(
int
tiles
) :
void
tiles
int
The tiles in the layer.
리턴
void