Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFAnimation
Interface GLTFAnimation
interface
GLTFAnimation
{
channels
:
readonly
GLTFAnimationChannel
[]
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
name
?:
string
;
parameters
?:
Readonly
<
Record
<
string
,
GLTFIndex
>
>
;
samplers
:
GLTFCollection
<
GLTFAnimationSampler
>
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFAnimation
Index
Properties
channels
extensions?
extras?
name?
parameters?
samplers
Properties
channels
channels
:
readonly
GLTFAnimationChannel
[]
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
Optional
name
name
?:
string
Optional
parameters
parameters
?:
Readonly
<
Record
<
string
,
GLTFIndex
>
>
glTF 1.0 maps animation parameter names to accessor ids.
samplers
samplers
:
GLTFCollection
<
GLTFAnimationSampler
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
extensions
extras
name
parameters
samplers
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...
glTF 1.0 maps animation parameter names to accessor ids.