orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-keyframer
/
org.openrndr.extra.keyframer
/
KeyframerChannelVector3
Keyframer
Channel
Vector3
class
KeyframerChannelVector3
(
source
)
Members
Constructors
Keyframer
Channel
Vector3
Link copied to clipboard
constructor
(
)
Properties
keys
Link copied to clipboard
val
keys
:
MutableList
<
KeyVector3
>
Functions
add
Link copied to clipboard
fun
add
(
time
:
Double
,
value
:
Vector3
?
,
easing
:
EasingFunction
=
Easing.Linear.function
)
duration
Link copied to clipboard
fun
duration
(
)
:
Double
invoke
Link copied to clipboard
operator
fun
invoke
(
)
:
Double
last
Value
Link copied to clipboard
fun
lastValue
(
)
:
Vector3
?
value
Link copied to clipboard
fun
value
(
time
:
Double
)
:
Vector3
?