PlayingAnimation

data class PlayingAnimation(val startTime: Long = System.nanoTime(), var speed: Float = 1.0f, val loop: Boolean = true)

Constructors

Link copied to clipboard
constructor(startTime: Long = System.nanoTime(), speed: Float = 1.0f, loop: Boolean = true)

Properties

Link copied to clipboard
val loop: Boolean = true
Link copied to clipboard
Link copied to clipboard