orx
Toggle table of contents
0.5.0-dev.38+f0d9a9e
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3.gltf
/
GltfAnimationSampler
Gltf
Animation
Sampler
@
Serializable
data
class
GltfAnimationSampler
(
val
input
:
Int
,
val
interpolation
:
String
?
=
null
,
val
output
:
Int
)
(
source
)
Members
Constructors
Gltf
Animation
Sampler
Link copied to clipboard
constructor
(
input
:
Int
,
interpolation
:
String
?
=
null
,
output
:
Int
)
Properties
input
Link copied to clipboard
val
input
:
Int
interpolation
Link copied to clipboard
val
interpolation
:
String
?
output
Link copied to clipboard
val
output
:
Int