Module tile_map
Expand description
Sidecar module for class TileMap.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for TileMap enums.
Structsยง
- ExForce
Update - Default-param extender for
TileMap::force_update_ex. - ExGet
Cell Alternative Tile - Default-param extender for
TileMap::get_cell_alternative_tile_ex. - ExGet
Cell Atlas Coords - Default-param extender for
TileMap::get_cell_atlas_coords_ex. - ExGet
Cell Source Id - Default-param extender for
TileMap::get_cell_source_id_ex. - ExGet
Cell Tile Data - Default-param extender for
TileMap::get_cell_tile_data_ex. - ExGet
Used Cells ById - Default-param extender for
TileMap::get_used_cells_by_id_ex. - ExIs
Cell FlippedH - Default-param extender for
TileMap::is_cell_flipped_h_ex. - ExIs
Cell FlippedV - Default-param extender for
TileMap::is_cell_flipped_v_ex. - ExIs
Cell Transposed - Default-param extender for
TileMap::is_cell_transposed_ex. - ExNotify
Runtime Tile Data Update - Default-param extender for
TileMap::notify_runtime_tile_data_update_ex. - ExSet
Cell - Default-param extender for
TileMap::set_cell_ex. - ExSet
Cells Terrain Connect - Default-param extender for
TileMap::set_cells_terrain_connect_ex. - ExSet
Cells Terrain Path - Default-param extender for
TileMap::set_cells_terrain_path_ex. - SigChanged
- Signals
OfTile Map - A collection of signals for the
TileMapclass. - Visibility
Mode