TileMapPattern
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
get_cell_alternative_tile ( Vector2i coords ) const |
|
get_cell_atlas_coords ( Vector2i coords ) const |
|
get_cell_source_id ( Vector2i coords ) const |
|
get_size ( ) const |
|
get_used_cells ( ) const |
|
is_empty ( ) const |
|
void |
remove_cell ( Vector2i coords, bool update_size ) |
void |
set_cell ( Vector2i coords, int source_id=-1, Vector2i atlas_coords=Vector2i(-1, -1), int alternative_tile=-1 ) |
void |
Method Descriptions
int get_cell_alternative_tile ( Vector2i coords ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i get_cell_atlas_coords ( Vector2i coords ) const
There is currently no description for this method. Please help us by contributing one!
int get_cell_source_id ( Vector2i coords ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i get_size ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i[] get_used_cells ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_cell ( Vector2i coords ) const
There is currently no description for this method. Please help us by contributing one!
bool is_empty ( ) const
There is currently no description for this method. Please help us by contributing one!
void remove_cell ( Vector2i coords, bool update_size )
There is currently no description for this method. Please help us by contributing one!
void set_cell ( Vector2i coords, int source_id=-1, Vector2i atlas_coords=Vector2i(-1, -1), int alternative_tile=-1 )
There is currently no description for this method. Please help us by contributing one!
void set_size ( Vector2i size )
There is currently no description for this method. Please help us by contributing one!