Interface IAnimation
Hierarchy
- BABYLON.GLTF2.IAnimation
- IArrayItem
- IAnimation
Index
Properties
channelsSearch playground for channels
An array of channels, each of which targets an animation's sampler at a node's property
Optional extensionsSearch playground for extensions
Dictionary object with extension-specific objects
Type declaration
[key: string]: any
Optional extrasSearch playground for extras
Application-Specific data
indexSearch playground for index
The index of this item in the array.
Optional nameSearch playground for name
The user-defined name of this object
samplersSearch playground for samplers
An array of samplers that combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target)
Loader interface with additional members.