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

    接口 AnimationOptions实验性

    Used to create camera animations.

    interface AnimationOptions {
        animation: SplineAnimation;
        totalTimeSeconds: number;
    }
    索引

    属性

    animation: SplineAnimation

    Key frames for the camera animation.

    totalTimeSeconds: number

    Total time of the camera animation in seconds.