Shouldn't Area2D Make Reference to TileMapLayer Instead of TileMap? #10599
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
enhancement
topic:2d
Your Godot version: 4.3 Stable
Since '
TileMap
is deprecated, wouldn't it be best to updateArea2D
documents to reflect that? Or changing it to reference bothTileMapLayer
andTileMap
?Unless there has been a change on how
Area2D
andTileMapLayers
interact compared toTileMap
.With
TileMapLayer
being where a lot of effort and utility has been put into, it would be nice to see it referenced more in documentation. Especially sinceTileMapLayer
does not seem to inherit fromTileMap
.URL to the documentation page (if already existing): https://docs.godotengine.org/en/stable/classes/class_area2d.html
The text was updated successfully, but these errors were encountered: