effectiveTileSize property

Vector2 effectiveTileSize

This is the size the tiles will be drawn (either original or overwritten).

Implementation

Vector2 get effectiveTileSize => destTileSize ?? tileset.srcSize;