Interface RnM2AnimationChannel

interface RnM2AnimationChannel {
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    sampler: number;
    samplerObject?: RnM2AnimationSampler;
    target: RnM2AnimationChannelTarget;
}

Hierarchy (view full)

Properties

extensions?: Gltf2AnyObject
sampler: number
samplerObject?: RnM2AnimationSampler