effectiveTileHeight property
This is the vertical height of each block; by default it's half the tile size.
Implementation
double get effectiveTileHeight => tileHeight ?? (effectiveTileSize.y / 2);
This is the vertical height of each block; by default it's half the tile size.
double get effectiveTileHeight => tileHeight ?? (effectiveTileSize.y / 2);