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
/
Keyframer
/
DoubleChannel
Double
Channel
inner
class
DoubleChannel
(
key
:
String
,
defaultValue
:
Double
=
0.0
)
:
Keyframer.CompoundChannel
(
source
)
Members
Constructors
Double
Channel
Link copied to clipboard
constructor
(
key
:
String
,
defaultValue
:
Double
=
0.0
)
Properties
keys
Link copied to clipboard
val
keys
:
Array
<
String
>
Functions
get
Value
Link copied to clipboard
fun
getValue
(
compound
:
Int
)
:
Double
operator
fun
getValue
(
keyframer
:
Keyframer
,
property
:
KProperty
<
*
>
)
:
Double
reset
Link copied to clipboard
open
fun
reset
(
)