Type Alias Gltf2AnimationSampler

Gltf2AnimationSampler: {
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    input: Gltf2AccessorIndex;
    interpolation: Gltf2AnimationSamplerInterpolation;
    output: Gltf2AccessorIndex;
}