.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/TileSet.xml. .. _class_TileSet: TileSet ======= **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +----------------------------------------------------+------------------------------------------------------------------+----------------------+ | :ref:`TileLayout` | :ref:`tile_layout` | ``0`` | +----------------------------------------------------+------------------------------------------------------------------+----------------------+ | :ref:`TileOffsetAxis` | :ref:`tile_offset_axis` | ``0`` | +----------------------------------------------------+------------------------------------------------------------------+----------------------+ | :ref:`TileShape` | :ref:`tile_shape` | ``0`` | +----------------------------------------------------+------------------------------------------------------------------+----------------------+ | :ref:`Vector2i` | :ref:`tile_size` | ``Vector2i(16, 16)`` | +----------------------------------------------------+------------------------------------------------------------------+----------------------+ | :ref:`bool` | :ref:`uv_clipping` | ``false`` | +----------------------------------------------------+------------------------------------------------------------------+----------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_custom_data_layer` **(** :ref:`int` to_position=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_navigation_layer` **(** :ref:`int` to_position=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_occlusion_layer` **(** :ref:`int` to_position=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`add_pattern` **(** :ref:`TileMapPattern` pattern, :ref:`int` index=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_physics_layer` **(** :ref:`int` to_position=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`add_source` **(** :ref:`TileSetSource` source, :ref:`int` atlas_source_id_override=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_terrain` **(** :ref:`int` terrain_set, :ref:`int` to_position=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_terrain_set` **(** :ref:`int` to_position=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`cleanup_invalid_tile_proxies` **(** **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_tile_proxies` **(** **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_alternative_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_coords_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_custom_data_layer_by_name` **(** :ref:`String` layer_name **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_custom_data_layer_name` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant.Type` | :ref:`get_custom_data_layer_type` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_custom_data_layers_count` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_navigation_layer_layer_value` **(** :ref:`int` layer_index, :ref:`int` layer_number **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_navigation_layer_layers` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_navigation_layers_count` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_next_source_id` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_occlusion_layer_light_mask` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_occlusion_layer_sdf_collision` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_occlusion_layers_count` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TileMapPattern` | :ref:`get_pattern` **(** :ref:`int` index=-1 **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_patterns_count` **(** **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_physics_layer_collision_layer` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_physics_layer_collision_mask` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PhysicsMaterial` | :ref:`get_physics_layer_physics_material` **(** :ref:`int` layer_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_physics_layers_count` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TileSetSource` | :ref:`get_source` **(** :ref:`int` source_id **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_source_count` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_source_id` **(** :ref:`int` index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_source_level_tile_proxy` **(** :ref:`int` source_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`get_terrain_color` **(** :ref:`int` terrain_set, :ref:`int` terrain_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_terrain_name` **(** :ref:`int` terrain_set, :ref:`int` terrain_index **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`TerrainMode` | :ref:`get_terrain_set_mode` **(** :ref:`int` terrain_set **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_terrain_sets_count` **(** **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_terrains_count` **(** :ref:`int` terrain_set **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_alternative_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_coords_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_source` **(** :ref:`int` source_id **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_source_level_tile_proxy` **(** :ref:`int` source_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`map_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** |const| | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_custom_data_layer` **(** :ref:`int` layer_index, :ref:`int` to_position **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_navigation_layer` **(** :ref:`int` layer_index, :ref:`int` to_position **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_occlusion_layer` **(** :ref:`int` layer_index, :ref:`int` to_position **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_physics_layer` **(** :ref:`int` layer_index, :ref:`int` to_position **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_terrain` **(** :ref:`int` terrain_set, :ref:`int` terrain_index, :ref:`int` to_position **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`move_terrain_set` **(** :ref:`int` terrain_set, :ref:`int` to_position **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_alternative_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_coords_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_custom_data_layer` **(** :ref:`int` layer_index **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_navigation_layer` **(** :ref:`int` layer_index **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_occlusion_layer` **(** :ref:`int` layer_index **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_pattern` **(** :ref:`int` index **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_physics_layer` **(** :ref:`int` layer_index **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_source` **(** :ref:`int` source_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_source_level_tile_proxy` **(** :ref:`int` source_from **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_terrain` **(** :ref:`int` terrain_set, :ref:`int` terrain_index **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_terrain_set` **(** :ref:`int` terrain_set **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_alternative_level_tile_proxy` **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from, :ref:`int` source_to, :ref:`Vector2i` coords_to, :ref:`int` alternative_to **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_coords_level_tile_proxy` **(** :ref:`int` p_source_from, :ref:`Vector2i` coords_from, :ref:`int` source_to, :ref:`Vector2i` coords_to **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_custom_data_layer_name` **(** :ref:`int` layer_index, :ref:`String` layer_name **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_custom_data_layer_type` **(** :ref:`int` layer_index, :ref:`Variant.Type` layer_type **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_navigation_layer_layer_value` **(** :ref:`int` layer_index, :ref:`int` layer_number, :ref:`bool` value **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_navigation_layer_layers` **(** :ref:`int` layer_index, :ref:`int` layers **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_occlusion_layer_light_mask` **(** :ref:`int` layer_index, :ref:`int` light_mask **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_occlusion_layer_sdf_collision` **(** :ref:`int` layer_index, :ref:`bool` sdf_collision **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_physics_layer_collision_layer` **(** :ref:`int` layer_index, :ref:`int` layer **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_physics_layer_collision_mask` **(** :ref:`int` layer_index, :ref:`int` mask **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_physics_layer_physics_material` **(** :ref:`int` layer_index, :ref:`PhysicsMaterial` physics_material **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_source_id` **(** :ref:`int` source_id, :ref:`int` new_source_id **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_source_level_tile_proxy` **(** :ref:`int` source_from, :ref:`int` source_to **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_terrain_color` **(** :ref:`int` terrain_set, :ref:`int` terrain_index, :ref:`Color` color **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_terrain_name` **(** :ref:`int` terrain_set, :ref:`int` terrain_index, :ref:`String` name **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_terrain_set_mode` **(** :ref:`int` terrain_set, :ref:`TerrainMode` mode **)** | +-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_TileSet_TileShape: .. rst-class:: classref-enumeration enum **TileShape**: .. _class_TileSet_constant_TILE_SHAPE_SQUARE: .. rst-class:: classref-enumeration-constant :ref:`TileShape` **TILE_SHAPE_SQUARE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_SHAPE_ISOMETRIC: .. rst-class:: classref-enumeration-constant :ref:`TileShape` **TILE_SHAPE_ISOMETRIC** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_SHAPE_HALF_OFFSET_SQUARE: .. rst-class:: classref-enumeration-constant :ref:`TileShape` **TILE_SHAPE_HALF_OFFSET_SQUARE** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_SHAPE_HEXAGON: .. rst-class:: classref-enumeration-constant :ref:`TileShape` **TILE_SHAPE_HEXAGON** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_TileSet_TileLayout: .. rst-class:: classref-enumeration enum **TileLayout**: .. _class_TileSet_constant_TILE_LAYOUT_STACKED: .. rst-class:: classref-enumeration-constant :ref:`TileLayout` **TILE_LAYOUT_STACKED** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_LAYOUT_STACKED_OFFSET: .. rst-class:: classref-enumeration-constant :ref:`TileLayout` **TILE_LAYOUT_STACKED_OFFSET** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_LAYOUT_STAIRS_RIGHT: .. rst-class:: classref-enumeration-constant :ref:`TileLayout` **TILE_LAYOUT_STAIRS_RIGHT** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_LAYOUT_STAIRS_DOWN: .. rst-class:: classref-enumeration-constant :ref:`TileLayout` **TILE_LAYOUT_STAIRS_DOWN** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_LAYOUT_DIAMOND_RIGHT: .. rst-class:: classref-enumeration-constant :ref:`TileLayout` **TILE_LAYOUT_DIAMOND_RIGHT** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_LAYOUT_DIAMOND_DOWN: .. rst-class:: classref-enumeration-constant :ref:`TileLayout` **TILE_LAYOUT_DIAMOND_DOWN** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_TileSet_TileOffsetAxis: .. rst-class:: classref-enumeration enum **TileOffsetAxis**: .. _class_TileSet_constant_TILE_OFFSET_AXIS_HORIZONTAL: .. rst-class:: classref-enumeration-constant :ref:`TileOffsetAxis` **TILE_OFFSET_AXIS_HORIZONTAL** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TILE_OFFSET_AXIS_VERTICAL: .. rst-class:: classref-enumeration-constant :ref:`TileOffsetAxis` **TILE_OFFSET_AXIS_VERTICAL** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_TileSet_CellNeighbor: .. rst-class:: classref-enumeration enum **CellNeighbor**: .. _class_TileSet_constant_CELL_NEIGHBOR_RIGHT_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_RIGHT_SIDE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_RIGHT_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_RIGHT_CORNER** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_BOTTOM_RIGHT_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_BOTTOM_RIGHT_SIDE** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_BOTTOM_RIGHT_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_BOTTOM_RIGHT_CORNER** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_BOTTOM_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_BOTTOM_SIDE** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_BOTTOM_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_BOTTOM_CORNER** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_BOTTOM_LEFT_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_BOTTOM_LEFT_SIDE** = ``6`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_BOTTOM_LEFT_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_BOTTOM_LEFT_CORNER** = ``7`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_LEFT_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_LEFT_SIDE** = ``8`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_LEFT_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_LEFT_CORNER** = ``9`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_TOP_LEFT_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_TOP_LEFT_SIDE** = ``10`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_TOP_LEFT_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_TOP_LEFT_CORNER** = ``11`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_TOP_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_TOP_SIDE** = ``12`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_TOP_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_TOP_CORNER** = ``13`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_TOP_RIGHT_SIDE: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_TOP_RIGHT_SIDE** = ``14`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_CELL_NEIGHBOR_TOP_RIGHT_CORNER: .. rst-class:: classref-enumeration-constant :ref:`CellNeighbor` **CELL_NEIGHBOR_TOP_RIGHT_CORNER** = ``15`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_TileSet_TerrainMode: .. rst-class:: classref-enumeration enum **TerrainMode**: .. _class_TileSet_constant_TERRAIN_MODE_MATCH_CORNERS_AND_SIDES: .. rst-class:: classref-enumeration-constant :ref:`TerrainMode` **TERRAIN_MODE_MATCH_CORNERS_AND_SIDES** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TERRAIN_MODE_MATCH_CORNERS: .. rst-class:: classref-enumeration-constant :ref:`TerrainMode` **TERRAIN_MODE_MATCH_CORNERS** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_TileSet_constant_TERRAIN_MODE_MATCH_SIDES: .. rst-class:: classref-enumeration-constant :ref:`TerrainMode` **TERRAIN_MODE_MATCH_SIDES** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_TileSet_property_tile_layout: .. rst-class:: classref-property :ref:`TileLayout` **tile_layout** = ``0`` .. rst-class:: classref-property-setget - void **set_tile_layout** **(** :ref:`TileLayout` value **)** - :ref:`TileLayout` **get_tile_layout** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_property_tile_offset_axis: .. rst-class:: classref-property :ref:`TileOffsetAxis` **tile_offset_axis** = ``0`` .. rst-class:: classref-property-setget - void **set_tile_offset_axis** **(** :ref:`TileOffsetAxis` value **)** - :ref:`TileOffsetAxis` **get_tile_offset_axis** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_property_tile_shape: .. rst-class:: classref-property :ref:`TileShape` **tile_shape** = ``0`` .. rst-class:: classref-property-setget - void **set_tile_shape** **(** :ref:`TileShape` value **)** - :ref:`TileShape` **get_tile_shape** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_property_tile_size: .. rst-class:: classref-property :ref:`Vector2i` **tile_size** = ``Vector2i(16, 16)`` .. rst-class:: classref-property-setget - void **set_tile_size** **(** :ref:`Vector2i` value **)** - :ref:`Vector2i` **get_tile_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_property_uv_clipping: .. rst-class:: classref-property :ref:`bool` **uv_clipping** = ``false`` .. rst-class:: classref-property-setget - void **set_uv_clipping** **(** :ref:`bool` value **)** - :ref:`bool` **is_uv_clipping** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_TileSet_method_add_custom_data_layer: .. rst-class:: classref-method void **add_custom_data_layer** **(** :ref:`int` to_position=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_navigation_layer: .. rst-class:: classref-method void **add_navigation_layer** **(** :ref:`int` to_position=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_occlusion_layer: .. rst-class:: classref-method void **add_occlusion_layer** **(** :ref:`int` to_position=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_pattern: .. rst-class:: classref-method :ref:`int` **add_pattern** **(** :ref:`TileMapPattern` pattern, :ref:`int` index=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_physics_layer: .. rst-class:: classref-method void **add_physics_layer** **(** :ref:`int` to_position=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_source: .. rst-class:: classref-method :ref:`int` **add_source** **(** :ref:`TileSetSource` source, :ref:`int` atlas_source_id_override=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_terrain: .. rst-class:: classref-method void **add_terrain** **(** :ref:`int` terrain_set, :ref:`int` to_position=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_add_terrain_set: .. rst-class:: classref-method void **add_terrain_set** **(** :ref:`int` to_position=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_cleanup_invalid_tile_proxies: .. rst-class:: classref-method void **cleanup_invalid_tile_proxies** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_clear_tile_proxies: .. rst-class:: classref-method void **clear_tile_proxies** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_alternative_level_tile_proxy: .. rst-class:: classref-method :ref:`Array` **get_alternative_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_coords_level_tile_proxy: .. rst-class:: classref-method :ref:`Array` **get_coords_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_custom_data_layer_by_name: .. rst-class:: classref-method :ref:`int` **get_custom_data_layer_by_name** **(** :ref:`String` layer_name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_custom_data_layer_name: .. rst-class:: classref-method :ref:`String` **get_custom_data_layer_name** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_custom_data_layer_type: .. rst-class:: classref-method :ref:`Variant.Type` **get_custom_data_layer_type** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_custom_data_layers_count: .. rst-class:: classref-method :ref:`int` **get_custom_data_layers_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_navigation_layer_layer_value: .. rst-class:: classref-method :ref:`bool` **get_navigation_layer_layer_value** **(** :ref:`int` layer_index, :ref:`int` layer_number **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_navigation_layer_layers: .. rst-class:: classref-method :ref:`int` **get_navigation_layer_layers** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_navigation_layers_count: .. rst-class:: classref-method :ref:`int` **get_navigation_layers_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_next_source_id: .. rst-class:: classref-method :ref:`int` **get_next_source_id** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_occlusion_layer_light_mask: .. rst-class:: classref-method :ref:`int` **get_occlusion_layer_light_mask** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_occlusion_layer_sdf_collision: .. rst-class:: classref-method :ref:`bool` **get_occlusion_layer_sdf_collision** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_occlusion_layers_count: .. rst-class:: classref-method :ref:`int` **get_occlusion_layers_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_pattern: .. rst-class:: classref-method :ref:`TileMapPattern` **get_pattern** **(** :ref:`int` index=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_patterns_count: .. rst-class:: classref-method :ref:`int` **get_patterns_count** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_physics_layer_collision_layer: .. rst-class:: classref-method :ref:`int` **get_physics_layer_collision_layer** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_physics_layer_collision_mask: .. rst-class:: classref-method :ref:`int` **get_physics_layer_collision_mask** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_physics_layer_physics_material: .. rst-class:: classref-method :ref:`PhysicsMaterial` **get_physics_layer_physics_material** **(** :ref:`int` layer_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_physics_layers_count: .. rst-class:: classref-method :ref:`int` **get_physics_layers_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_source: .. rst-class:: classref-method :ref:`TileSetSource` **get_source** **(** :ref:`int` source_id **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_source_count: .. rst-class:: classref-method :ref:`int` **get_source_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_source_id: .. rst-class:: classref-method :ref:`int` **get_source_id** **(** :ref:`int` index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_source_level_tile_proxy: .. rst-class:: classref-method :ref:`int` **get_source_level_tile_proxy** **(** :ref:`int` source_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_terrain_color: .. rst-class:: classref-method :ref:`Color` **get_terrain_color** **(** :ref:`int` terrain_set, :ref:`int` terrain_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_terrain_name: .. rst-class:: classref-method :ref:`String` **get_terrain_name** **(** :ref:`int` terrain_set, :ref:`int` terrain_index **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_terrain_set_mode: .. rst-class:: classref-method :ref:`TerrainMode` **get_terrain_set_mode** **(** :ref:`int` terrain_set **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_terrain_sets_count: .. rst-class:: classref-method :ref:`int` **get_terrain_sets_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_get_terrains_count: .. rst-class:: classref-method :ref:`int` **get_terrains_count** **(** :ref:`int` terrain_set **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_has_alternative_level_tile_proxy: .. rst-class:: classref-method :ref:`bool` **has_alternative_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_has_coords_level_tile_proxy: .. rst-class:: classref-method :ref:`bool` **has_coords_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_has_source: .. rst-class:: classref-method :ref:`bool` **has_source** **(** :ref:`int` source_id **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_has_source_level_tile_proxy: .. rst-class:: classref-method :ref:`bool` **has_source_level_tile_proxy** **(** :ref:`int` source_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_map_tile_proxy: .. rst-class:: classref-method :ref:`Array` **map_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_move_custom_data_layer: .. rst-class:: classref-method void **move_custom_data_layer** **(** :ref:`int` layer_index, :ref:`int` to_position **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_move_navigation_layer: .. rst-class:: classref-method void **move_navigation_layer** **(** :ref:`int` layer_index, :ref:`int` to_position **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_move_occlusion_layer: .. rst-class:: classref-method void **move_occlusion_layer** **(** :ref:`int` layer_index, :ref:`int` to_position **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_move_physics_layer: .. rst-class:: classref-method void **move_physics_layer** **(** :ref:`int` layer_index, :ref:`int` to_position **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_move_terrain: .. rst-class:: classref-method void **move_terrain** **(** :ref:`int` terrain_set, :ref:`int` terrain_index, :ref:`int` to_position **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_move_terrain_set: .. rst-class:: classref-method void **move_terrain_set** **(** :ref:`int` terrain_set, :ref:`int` to_position **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_alternative_level_tile_proxy: .. rst-class:: classref-method void **remove_alternative_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_coords_level_tile_proxy: .. rst-class:: classref-method void **remove_coords_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_custom_data_layer: .. rst-class:: classref-method void **remove_custom_data_layer** **(** :ref:`int` layer_index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_navigation_layer: .. rst-class:: classref-method void **remove_navigation_layer** **(** :ref:`int` layer_index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_occlusion_layer: .. rst-class:: classref-method void **remove_occlusion_layer** **(** :ref:`int` layer_index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_pattern: .. rst-class:: classref-method void **remove_pattern** **(** :ref:`int` index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_physics_layer: .. rst-class:: classref-method void **remove_physics_layer** **(** :ref:`int` layer_index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_source: .. rst-class:: classref-method void **remove_source** **(** :ref:`int` source_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_source_level_tile_proxy: .. rst-class:: classref-method void **remove_source_level_tile_proxy** **(** :ref:`int` source_from **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_terrain: .. rst-class:: classref-method void **remove_terrain** **(** :ref:`int` terrain_set, :ref:`int` terrain_index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_remove_terrain_set: .. rst-class:: classref-method void **remove_terrain_set** **(** :ref:`int` terrain_set **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_alternative_level_tile_proxy: .. rst-class:: classref-method void **set_alternative_level_tile_proxy** **(** :ref:`int` source_from, :ref:`Vector2i` coords_from, :ref:`int` alternative_from, :ref:`int` source_to, :ref:`Vector2i` coords_to, :ref:`int` alternative_to **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_coords_level_tile_proxy: .. rst-class:: classref-method void **set_coords_level_tile_proxy** **(** :ref:`int` p_source_from, :ref:`Vector2i` coords_from, :ref:`int` source_to, :ref:`Vector2i` coords_to **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_custom_data_layer_name: .. rst-class:: classref-method void **set_custom_data_layer_name** **(** :ref:`int` layer_index, :ref:`String` layer_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_custom_data_layer_type: .. rst-class:: classref-method void **set_custom_data_layer_type** **(** :ref:`int` layer_index, :ref:`Variant.Type` layer_type **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_navigation_layer_layer_value: .. rst-class:: classref-method void **set_navigation_layer_layer_value** **(** :ref:`int` layer_index, :ref:`int` layer_number, :ref:`bool` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_navigation_layer_layers: .. rst-class:: classref-method void **set_navigation_layer_layers** **(** :ref:`int` layer_index, :ref:`int` layers **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_occlusion_layer_light_mask: .. rst-class:: classref-method void **set_occlusion_layer_light_mask** **(** :ref:`int` layer_index, :ref:`int` light_mask **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_occlusion_layer_sdf_collision: .. rst-class:: classref-method void **set_occlusion_layer_sdf_collision** **(** :ref:`int` layer_index, :ref:`bool` sdf_collision **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_physics_layer_collision_layer: .. rst-class:: classref-method void **set_physics_layer_collision_layer** **(** :ref:`int` layer_index, :ref:`int` layer **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_physics_layer_collision_mask: .. rst-class:: classref-method void **set_physics_layer_collision_mask** **(** :ref:`int` layer_index, :ref:`int` mask **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_physics_layer_physics_material: .. rst-class:: classref-method void **set_physics_layer_physics_material** **(** :ref:`int` layer_index, :ref:`PhysicsMaterial` physics_material **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_source_id: .. rst-class:: classref-method void **set_source_id** **(** :ref:`int` source_id, :ref:`int` new_source_id **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_source_level_tile_proxy: .. rst-class:: classref-method void **set_source_level_tile_proxy** **(** :ref:`int` source_from, :ref:`int` source_to **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_terrain_color: .. rst-class:: classref-method void **set_terrain_color** **(** :ref:`int` terrain_set, :ref:`int` terrain_index, :ref:`Color` color **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_terrain_name: .. rst-class:: classref-method void **set_terrain_name** **(** :ref:`int` terrain_set, :ref:`int` terrain_index, :ref:`String` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_TileSet_method_set_terrain_set_mode: .. rst-class:: classref-method void **set_terrain_set_mode** **(** :ref:`int` terrain_set, :ref:`TerrainMode` mode **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`