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