DoubleChannel

inner class DoubleChannel(key: String, defaultValue: Double = 0.0) : Keyframer.CompoundChannel(source)

Constructors

Link copied to clipboard
constructor(key: String, defaultValue: Double = 0.0)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun getValue(compound: Int): Double
operator fun getValue(keyframer: Keyframer, property: KProperty<*>): Double
Link copied to clipboard
open fun reset()