Vector2Channel

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

Constructors

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

Properties

Link copied to clipboard

Functions

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