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
. - 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
. - Visibility
Mode