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-dnk3
/
org.openrndr.extra.dnk3.gltf
/
GltfAnimation
Gltf
Animation
data
class
GltfAnimation
(
val
name
:
String
?
,
val
channels
:
List
<
GltfChannel
>
,
val
samplers
:
List
<
GltfAnimationSampler
>
)
(
source
)
Members
Constructors
Gltf
Animation
Link copied to clipboard
constructor
(
name
:
String
?
,
channels
:
List
<
GltfChannel
>
,
samplers
:
List
<
GltfAnimationSampler
>
)
Properties
channels
Link copied to clipboard
val
channels
:
List
<
GltfChannel
>
name
Link copied to clipboard
val
name
:
String
?
samplers
Link copied to clipboard
val
samplers
:
List
<
GltfAnimationSampler
>