wima
    Preparing search index...

    Interface AnimationTrackSerial

    interface AnimationTrackSerial {
        effector: any;
        keyframes: number[];
        times: number[];
    }
    Index

    Properties

    effector: any
    keyframes: number[]
    times: number[]