effectiveTileHeight property

double 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);