TmxTileLayer
TmxBaseLayer → format.tmx.TmxTileLayer (Class)
Instance Members
data: TmxData
new(data: TmxData, id: Int, name: String, x: Null<Float>, y: Null<Float>, offsetX: Null<Int>, offsetY: Null<Int>, width: Null<Int>, height: Null<Int>, opacity: Null<Float>, visible: Bool, properties: TmxProperties): Void
Name | Type |
---|---|
data |
TmxData |
id |
Int |
name |
String |
x |
Null<Float> |
y |
Null<Float> |
offsetX |
Null<Int> |
offsetY |
Null<Int> |
width |
Null<Int> |
height |
Null<Int> |
opacity |
Null<Float> |
visible |
Bool |
properties |
TmxProperties |
Metadata
Name | Parameters |
---|---|
:structInit |
- |