Tile Layout
data class TileLayout(val id: String, val type: OccupantType, val frame: LayoutRect, val fit: FitMode, val cornerRadius: Float, val zOrder: Int)
Constructors
Link copied to clipboard
constructor(id: String, type: OccupantType, frame: LayoutRect, fit: FitMode, cornerRadius: Float, zOrder: Int)