rhodonite
    Preparing search index...

    Type Alias Gltf2Animation

    type Gltf2Animation = {
        channels: Gltf2AnimationChannel[];
        extensions?: Gltf2AnyObject;
        extras?: Gltf2AnyObject;
        name?: string;
        samplers: Gltf2AnimationSampler[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    extensions?: Gltf2AnyObject
    name?: string