DoubleArrayChannel

inner class DoubleArrayChannel(keys: Array<String>, defaultValue: DoubleArray = DoubleArray(keys.size)) : Keyframer.CompoundChannel(source)

Constructors

Link copied to clipboard
constructor(keys: Array<String>, defaultValue: DoubleArray = DoubleArray(keys.size))

Properties

Link copied to clipboard

Functions

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