Animation

open class Animation(frames: Int, val frametime: Int = 2, val interpolate: Boolean = false)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(frames: Int, frametime: Int = 2, interpolate: Boolean = false)

Properties

Link copied to clipboard
open val frames: List<Int>
Link copied to clipboard
val frametime: Int = 2
Link copied to clipboard
val interpolate: Boolean = false