end property

int? end
final

Optionally skip any tiles after this tile

The order of the tiles in a region is directly chosen by the underlying tile generators, and so may not be stable between updates.

Set to null to skip none, which is the default.

Implementation

final int? end;