Vector3Channel

inner class Vector3Channel(keys: Array<String>, defaultValue: Vector3 = Vector3.ZERO) : Keyframer.CompoundChannel(source)

Constructors

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

Properties

Link copied to clipboard

Functions

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