Showing results for

tilemap

layers

on www.mapeditor.org
mapeditor.org › docs › scripting › classes
ObjectGroup | Tiled Scripting API
...It will henceforth be referred to as a layer.
Constructs a new object layer, which can be added to a TileMap.
The asset this...
mapeditor.org › docs › scripting › classes
TileLayer | Tiled Scripting API
...Constructs a new tile layer, which can be added to a TileMap.
The asset this object is part of, or null
.
Height of the...
mapeditor.org › 2023 › 03 › 10
Tiled 1.10 Released | Tiled
...output layers have properties
- Scripting: Added
Object.setColorProperty
andObject.setFloatProperty
(#3423) - Scripting: Added
mapeditor.org › 2023 › 08 › 04
Tiled 1.10.2 Released | Tiled
...Scripts can now open file dialogs and edit tile layers using terrain. Also, a Geometry interface was added with functions to obtain points on...
mapeditor.org › docs › scripting › classes
Tileset | Tiled Scripting API
...tileMap.macro((visible ? "Show" : "Hide") + " Selected Layers", function() {
tileMap.selectedLayers.forEach(function(layer) {
layer.visible = visible
})
})
mapeditor.org › 2021 › 06 › 04
Tiled 1.7 Released | Tiled
...Made TileMap coordinate conversion functions always work (#3054)
- tBIN plugin: Convert ‘color’, ‘object’ and ‘file’ properties on save
- Python plugin: Added Layer.offset and...
mapeditor.org › 2020 › 05 › 27
Tiled 1.4 Beta released | Tiled
...Added support for layer tint color
- Scripting: Assign global variables to console script evaluations (by Phlosioneer, #2724)
- Scripting: Added coordinate conversion to TileMap
- Scripting...
mapeditor.org › 2020 › 06 › 20
Tiled 1.4 released | Tiled
...Added support for layer tint color
- Scripting: Assign global variables to console script evaluations (by Phlosioneer, #2724)
- Scripting: Added coordinate conversion to TileMap
- Scripting...