skippedSize property

double skippedSize
final

The total size (in KiB) of tiles that were skipped (not cached) because they either:

  • already existed & skipExistingTiles was true
  • were a sea tile & skipSeaTiles was true

TileEvents with the result category of TileEventResultCategory.skipped.

Implementation

final double skippedSize;