Interface RnM2Animation

interface RnM2Animation {
    channels: RnM2AnimationChannel[];
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    name?: string;
    parameters: {
        [s: string]: any;
    };
    samplers: RnM2AnimationSampler[];
}

Hierarchy (view full)

Properties

extensions?: Gltf2AnyObject
name?: string
parameters: {
    [s: string]: any;
}