C# Class NTiled.TiledTileLayer

Represents a tile layer.
Inheritance: TiledLayer
Show file 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