Way to grab a list of tile co-ords from a layer? #240
Unanswered
ValleyDragon888
asked this question in
Q&A
Replies: 1 comment 3 replies
-
What's the use case? Are you trying to get tile data (size, offset, etc) for a specific tile at a coordinate? Or just general data of the tileset? Under |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way of getting a list of the tile co-ordinates from a
TiledTilesLayer
? The only way I could think to do it is to use thetiles: Map<Int, TiledTileset.Tile>
property and then convert the Id into co-ordinates buttiles
is private. Is there another way?Beta Was this translation helpful? Give feedback.
All reactions