Interface RnM2AnimationSampler

interface RnM2AnimationSampler {
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    input: number;
    inputObject?: RnM2Accessor;
    interpolation: Gltf2AnimationSamplerInterpolation;
    output: number;
    outputObject?: RnM2Accessor;
}

Hierarchy (view full)

Properties

extensions?: Gltf2AnyObject
input: number
inputObject?: RnM2Accessor
output: number
outputObject?: RnM2Accessor