Type Alias Gltf2Animation

Gltf2Animation: {
    channels: Gltf2AnimationChannel[];
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    name?: string;
    samplers: Gltf2AnimationSampler[];
}