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

    接口 RotationKeyFrame实验性

    Key frame that holds the rotation of the camera animation.

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

    属性

    easingFunc?: EasingType

    The optional easing type that the frame will use for rotation.

    rotation: Vector3

    Value of the rotation of the camera.

    timeSeconds: number

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