Table of Contents

Class TileMapLayer.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class TileMapLayer.MethodName : Node2D.MethodName
Inheritance
TileMapLayer.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

Clear

Cached name for the 'clear' method.

public static readonly StringName Clear

Field Value

StringName

EraseCell

Cached name for the 'erase_cell' method.

public static readonly StringName EraseCell

Field Value

StringName

FixInvalidTiles

Cached name for the 'fix_invalid_tiles' method.

public static readonly StringName FixInvalidTiles

Field Value

StringName

GetCellAlternativeTile

Cached name for the 'get_cell_alternative_tile' method.

public static readonly StringName GetCellAlternativeTile

Field Value

StringName

GetCellAtlasCoords

Cached name for the 'get_cell_atlas_coords' method.

public static readonly StringName GetCellAtlasCoords

Field Value

StringName

GetCellSourceId

Cached name for the 'get_cell_source_id' method.

public static readonly StringName GetCellSourceId

Field Value

StringName

GetCellTileData

Cached name for the 'get_cell_tile_data' method.

public static readonly StringName GetCellTileData

Field Value

StringName

GetCollisionVisibilityMode

Cached name for the 'get_collision_visibility_mode' method.

public static readonly StringName GetCollisionVisibilityMode

Field Value

StringName

GetCoordsForBodyRid

Cached name for the 'get_coords_for_body_rid' method.

public static readonly StringName GetCoordsForBodyRid

Field Value

StringName

GetNavigationMap

Cached name for the 'get_navigation_map' method.

public static readonly StringName GetNavigationMap

Field Value

StringName

GetNavigationVisibilityMode

Cached name for the 'get_navigation_visibility_mode' method.

public static readonly StringName GetNavigationVisibilityMode

Field Value

StringName

GetNeighborCell

Cached name for the 'get_neighbor_cell' method.

public static readonly StringName GetNeighborCell

Field Value

StringName

GetPattern

Cached name for the 'get_pattern' method.

public static readonly StringName GetPattern

Field Value

StringName

GetRenderingQuadrantSize

Cached name for the 'get_rendering_quadrant_size' method.

public static readonly StringName GetRenderingQuadrantSize

Field Value

StringName

GetSurroundingCells

Cached name for the 'get_surrounding_cells' method.

public static readonly StringName GetSurroundingCells

Field Value

StringName

GetTileMapDataAsArray

Cached name for the 'get_tile_map_data_as_array' method.

public static readonly StringName GetTileMapDataAsArray

Field Value

StringName

GetTileSet

Cached name for the 'get_tile_set' method.

public static readonly StringName GetTileSet

Field Value

StringName

GetUsedCells

Cached name for the 'get_used_cells' method.

public static readonly StringName GetUsedCells

Field Value

StringName

GetUsedCellsById

Cached name for the 'get_used_cells_by_id' method.

public static readonly StringName GetUsedCellsById

Field Value

StringName

GetUsedRect

Cached name for the 'get_used_rect' method.

public static readonly StringName GetUsedRect

Field Value

StringName

GetYSortOrigin

Cached name for the 'get_y_sort_origin' method.

public static readonly StringName GetYSortOrigin

Field Value

StringName

HasBodyRid

Cached name for the 'has_body_rid' method.

public static readonly StringName HasBodyRid

Field Value

StringName

IsCollisionEnabled

Cached name for the 'is_collision_enabled' method.

public static readonly StringName IsCollisionEnabled

Field Value

StringName

IsEnabled

Cached name for the 'is_enabled' method.

public static readonly StringName IsEnabled

Field Value

StringName

IsNavigationEnabled

Cached name for the 'is_navigation_enabled' method.

public static readonly StringName IsNavigationEnabled

Field Value

StringName

IsUsingKinematicBodies

Cached name for the 'is_using_kinematic_bodies' method.

public static readonly StringName IsUsingKinematicBodies

Field Value

StringName

IsXDrawOrderReversed

Cached name for the 'is_x_draw_order_reversed' method.

public static readonly StringName IsXDrawOrderReversed

Field Value

StringName

LocalToMap

Cached name for the 'local_to_map' method.

public static readonly StringName LocalToMap

Field Value

StringName

MapPattern

Cached name for the 'map_pattern' method.

public static readonly StringName MapPattern

Field Value

StringName

MapToLocal

Cached name for the 'map_to_local' method.

public static readonly StringName MapToLocal

Field Value

StringName

NotifyRuntimeTileDataUpdate

Cached name for the 'notify_runtime_tile_data_update' method.

public static readonly StringName NotifyRuntimeTileDataUpdate

Field Value

StringName

SetCell

Cached name for the 'set_cell' method.

public static readonly StringName SetCell

Field Value

StringName

SetCellsTerrainConnect

Cached name for the 'set_cells_terrain_connect' method.

public static readonly StringName SetCellsTerrainConnect

Field Value

StringName

SetCellsTerrainPath

Cached name for the 'set_cells_terrain_path' method.

public static readonly StringName SetCellsTerrainPath

Field Value

StringName

SetCollisionEnabled

Cached name for the 'set_collision_enabled' method.

public static readonly StringName SetCollisionEnabled

Field Value

StringName

SetCollisionVisibilityMode

Cached name for the 'set_collision_visibility_mode' method.

public static readonly StringName SetCollisionVisibilityMode

Field Value

StringName

SetEnabled

Cached name for the 'set_enabled' method.

public static readonly StringName SetEnabled

Field Value

StringName

SetNavigationEnabled

Cached name for the 'set_navigation_enabled' method.

public static readonly StringName SetNavigationEnabled

Field Value

StringName

SetNavigationMap

Cached name for the 'set_navigation_map' method.

public static readonly StringName SetNavigationMap

Field Value

StringName

SetNavigationVisibilityMode

Cached name for the 'set_navigation_visibility_mode' method.

public static readonly StringName SetNavigationVisibilityMode

Field Value

StringName

SetPattern

Cached name for the 'set_pattern' method.

public static readonly StringName SetPattern

Field Value

StringName

SetRenderingQuadrantSize

Cached name for the 'set_rendering_quadrant_size' method.

public static readonly StringName SetRenderingQuadrantSize

Field Value

StringName

SetTileMapDataFromArray

Cached name for the 'set_tile_map_data_from_array' method.

public static readonly StringName SetTileMapDataFromArray

Field Value

StringName

SetTileSet

Cached name for the 'set_tile_set' method.

public static readonly StringName SetTileSet

Field Value

StringName

SetUseKinematicBodies

Cached name for the 'set_use_kinematic_bodies' method.

public static readonly StringName SetUseKinematicBodies

Field Value

StringName

SetXDrawOrderReversed

Cached name for the 'set_x_draw_order_reversed' method.

public static readonly StringName SetXDrawOrderReversed

Field Value

StringName

SetYSortOrigin

Cached name for the 'set_y_sort_origin' method.

public static readonly StringName SetYSortOrigin

Field Value

StringName

UpdateInternals

Cached name for the 'update_internals' method.

public static readonly StringName UpdateInternals

Field Value

StringName

_TileDataRuntimeUpdate

Cached name for the '_tile_data_runtime_update' method.

public static readonly StringName _TileDataRuntimeUpdate

Field Value

StringName

_UseTileDataRuntimeUpdate

Cached name for the '_use_tile_data_runtime_update' method.

public static readonly StringName _UseTileDataRuntimeUpdate

Field Value

StringName