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

Properties

duration: number
name: string
uuid: string