RawAnimation

class RawAnimation(val frames: List<Int>, val frametime: Int = 2, val interpolate: Boolean = false) : Animation(source)

Constructors

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

Properties

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