wima
    Preparing search index...

    Interface AnimationClipSerial

    interface AnimationClipSerial {
        duration: number;
        tracks: [string, AnimationTrackSerial[]][];
    }
    Index

    Properties

    Properties

    duration: number
    tracks: [string, AnimationTrackSerial[]][]