effectiveTileSize property
Vector2
get
effectiveTileSize
This is the size the tiles will be drawn (either original or overwritten).
Implementation
Vector2 get effectiveTileSize => destTileSize ?? tileset.srcSize;