@minecraft
    正在准备搜索索引...

    接口 ProgressKeyFrame实验性

    Key frame that holds the progress of the camera animation.

    interface ProgressKeyFrame {
        alpha: number;
        timeSeconds: number;
    }
    索引

    属性

    alpha: number

    Value to denote how far along the curve the camera will be. Values are [0.0, 1.0] inclusive.

    timeSeconds: number

    Time value that the camera will be at the given alpha.