ArenaYBounds

data class ArenaYBounds(val minY: Int, val maxY: Int)(source)

Manual Y bounds used for template export scanning.

Constructors

Link copied to clipboard
constructor(minY: Int, maxY: Int)

Properties

Link copied to clipboard
val maxY: Int

Maximum Y included in export scanning

Link copied to clipboard
val minY: Int

Minimum Y included in export scanning