You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{chunks::Maybe (VectorChunk) --^ Array of chunks (optional). tilelayer only.
15
-
, compression::MaybeText--^ @zlib@, @gzip@, @zstd@ or empty (default). tilelayer only.
16
-
, data_::MaybeLayerData--^ Array of unsigned int (GIDs) or base64-encoded data. tilelayer only.
17
-
, draworder::MaybeText--^ @topdown@ (default) or @index@. objectgroup only.
18
-
, encoding::MaybeText--^ @csv@ (default) or @base64@. tilelayer only.
22
+
{chunks::Maybe (VectorChunk) --^ Array of chunks (optional). @tilelayer@ only.
23
+
, compression::MaybeText--^ @zlib@, @gzip@, @zstd@ or empty (default). @tilelayer@ only.
24
+
, data_::MaybeLayerData--^ Array of unsigned int (GIDs) or base64-encoded data. @tilelayer@ only.
25
+
, draworder::MaybeText--^ @topdown@ (default) or @index@. @objectgroup@ only.
26
+
, encoding::MaybeText--^ @csv@ (default) or @base64@. @tilelayer@ only.
19
27
, height::MaybeInt--^ Row count. Same as map height for fixed-size maps.
20
28
, id::MaybeInt--^ Incremental ID - unique across all layers
21
-
, image::MaybeFilePath--^ Image used by this layer. imagelayer only.
22
-
, layers::Maybe (VectorLayer) --^ Array of layers. group only.
29
+
, image::MaybeFilePath--^ Image used by this layer. @imagelayer@ only.
30
+
, layers::Maybe (VectorLayer) --^ Array of layers. @group@ only.
23
31
, locked::MaybeBool--^ Whether layer is locked in the editor (default: false). (since Tiled 1.8.2)
24
32
, name::Text--^ Name assigned to this layer
25
-
, objects::Maybe (VectorObject) --^ Array of objects. objectgroup only.
33
+
, objects::Maybe (VectorObject) --^ Array of objects. @objectgroup@ only.
26
34
, offsetX::MaybeDouble--^ Horizontal layer offset in pixels (default: 0)
27
35
, offsetY::MaybeDouble--^ Vertical layer offset in pixels (default: 0)
28
36
, opacity::Double--^ Value between 0 and 1.
29
37
, parallaxX::MaybeDouble--^ Horizontal parallax factor for this layer (default: 1).
30
38
, parallaxY::MaybeDouble--^ Vertical parallax factor for this layer (default: 1).
31
39
, properties::Maybe (VectorProperty) --^ Array of Properties
32
-
, repeatX::MaybeBool--^ Whether the image drawn by this layer is repeated along the X axis. imagelayer only.
33
-
, repeatY::MaybeBool--^ Whether the image drawn by this layer is repeated along the Y axis. imagelayer only.
40
+
, repeatX::MaybeBool--^ Whether the image drawn by this layer is repeated along the X axis. @imagelayer@ only.
41
+
, repeatY::MaybeBool--^ Whether the image drawn by this layer is repeated along the Y axis. @imagelayer@ only.
34
42
, startX::MaybeInt--^ X coordinate where layer content starts (for infinite maps)
35
43
, startY::MaybeInt--^ Y coordinate where layer content starts (for infinite maps)
36
44
, tintColor::MaybeText--^ Hex-formatted tint color (#RRGGBB or #AARRGGBB) that is multiplied with any graphics drawn by this layer or any child layers (optional).
37
-
, transparentColor::MaybeText--^ Hex-formatted color (#RRGGBB) (optional). imagelayer only.
45
+
, transparentColor::MaybeText--^ Hex-formatted color (#RRGGBB) (optional). @imagelayer@ only.
38
46
, type_::Text--^ @tilelayer@, @objectgroup@, @imagelayer@ or @group@
39
47
, visible::Bool--^ Whether layer is shown or hidden in editor
40
48
, width::MaybeInt--^ Column count. Same as map width for fixed-size maps.
0 commit comments