pandemonium_engine/modules/layered_tile_map/doc_classes/LayeredTileMapLayerGroup.xml

22 lines
901 B
XML
Raw Normal View History

2024-03-01 10:43:35 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-03-10 10:36:13 +01:00
<class name="LayeredTileMapLayerGroup" inherits="YSort" version="4.3">
2024-03-01 10:43:35 +01:00
<brief_description>
Groups a set of tile map layers together, allowing them to share a provided [LayeredTileSet].
2024-03-01 10:43:35 +01:00
</brief_description>
<description>
Groups together tile map layers as part or the same map, replacing the [LayeredTileMap] node. Child layers will use this node's [member tile_set].
The editor also uses [LayeredTileMapLayerGroup] as a way to store which layers are selected in a given group. This allows highlighting the currently selected layers.
2024-03-01 10:43:35 +01:00
</description>
<tutorials>
</tutorials>
2024-03-10 10:36:13 +01:00
<methods>
</methods>
2024-03-01 10:43:35 +01:00
<members>
<member name="tile_set" type="LayeredTileSet" setter="set_tileset" getter="get_tileset">
The assigned [LayeredTileSet]. This LayeredTileSet will be applied to all child layers.
2024-03-01 10:43:35 +01:00
</member>
</members>
2024-03-10 10:36:13 +01:00
<constants>
</constants>
2024-03-01 10:43:35 +01:00
</class>