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

    接口 RotationKeyFrame实验性

    Key frame that holds the rotation of the camera animation.

    interface RotationKeyFrame {
        rotation: Vector3;
        timeSeconds: number;
    }
    索引

    属性

    rotation: Vector3

    Value of the rotation of the camera.

    timeSeconds: number

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