TileId

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class TileId(val cellSize: Int, val x: Int, val y: Int)

Constructors

Link copied to clipboard
constructor(cellSize: Int, x: Int, y: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard