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