SpotAnim

value class SpotAnim(packed: Long)

A value class to represent a spotanim in a primitive 'long'.

Parameters

packed

the bitpacked long value of this spotanim.

Constructors

Link copied to clipboard
constructor(id: Int, delay: Int, height: Int)
constructor(packed: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delay: Int
Link copied to clipboard
val height: Int
Link copied to clipboard
val id: Int