GridSizes

data class GridSizes(val gridWidth: Int, val gridHeight: Int, val altGridWidth: Int, val altGridHeight: Int)

Grid size configuration.

Constructors

Link copied to clipboard
constructor(gridWidth: Int, gridHeight: Int, altGridWidth: Int, altGridHeight: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard