Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
TileData¶
Inherits: Object
Settings for a single tile in a TileSet.
Description¶
TileData object represents a single tile in a TileSet. It is usually edited using the tileset editor, but it can be modified at runtime using TileMap._tile_data_runtime_update.
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods¶
void |
add_collision_polygon ( int layer_id ) |
get_collision_polygon_one_way_margin ( int layer_id, int polygon_index ) const |
|
get_collision_polygon_points ( int layer_id, int polygon_index ) const |
|
get_collision_polygons_count ( int layer_id ) const |
|
get_constant_angular_velocity ( int layer_id ) const |
|
get_constant_linear_velocity ( int layer_id ) const |
|
get_custom_data ( String layer_name ) const |
|
get_custom_data_by_layer_id ( int layer_id ) const |
|
get_navigation_polygon ( int layer_id ) const |
|
get_occluder ( int layer_id ) const |
|