Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface AnimationClipJSON

    interface AnimationClipJSON {
        blendMode: AnimationBlendMode;
        duration: number;
        name: string;
        tracks: KeyframeTrackJSON[];
        uuid: string;
    }
    Index

    Properties

    duration: number
    name: string
    uuid: string