rhodonite
    Preparing search index...

    Interface RnM2Animation

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

    Hierarchy (View Summary)

    Index

    Properties

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