TmxTerrain

format.tmx.TmxTerrain (Class)

Instance Members

name: String

The name of the terrain type.


tile: Int

The local tile-id of the tile that represents the terrain visually.


properties: TmxProperties

new(name: String, tile: Int, ?properties: TmxProperties): Void
Name Type Default Description
name String The name of the terrain type.
tile Int The local tile-id of the tile that represents the terrain visually.
properties TmxProperties (optional)

Metadata

Name Parameters
:structInit -