Class TileLayer
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Represents a tile layer in a map.
public class TileLayer : BaseLayer, IHasProperties
- Inheritance
-
TileLayer
- Implements
- Inherited Members
Properties
Data
The tile layer data.
public Optional<Data> Data { get; set; }
Property Value
Height
The height of the layer in tiles. Always the same as the map height for fixed-size maps.
public required uint Height { get; set; }
Property Value
Width
The width of the layer in tiles. Always the same as the map width for fixed-size maps.
public required uint Width { get; set; }
Property Value
X
The X coordinate of the layer in tiles.
public uint X { get; set; }
Property Value
Y
The Y coordinate of the layer in tiles.
public uint Y { get; set; }