SpriteSheet

data class SpriteSheet(val urn: String, val rows: Int, val columns: Int, val thumbnailHeight: Int, val thumbnailWidth: Int, val interval: Long, val url: String)

Represents a sprite sheet containing multiple thumbnail images arranged in a grid.

Constructors

Link copied to clipboard
constructor(urn: String, rows: Int, columns: Int, thumbnailHeight: Int, thumbnailWidth: Int, interval: Long, url: String)

Properties

Link copied to clipboard

The number of columns in the sprite sheet.

Link copied to clipboard

The interval between two thumbnail images, in milliseconds.

Link copied to clipboard
val rows: Int

The number of rows in the sprite sheet.

Link copied to clipboard

The height of each thumbnail image, in pixels.

Link copied to clipboard

The width of each thumbnail image, in pixels.

Link copied to clipboard
val url: String

The URL of the sprite sheet image.

Link copied to clipboard
val urn: String

The URN of the media.