Script API - v1.21.120.24
    Preparing search index...

    Interface RotationKeyFrameBeta

    Key frame that holds the rotation of the camera animation.

    interface RotationKeyFrame {
        rotation: Vector3;
        timeSeconds: number;
    }
    Index

    Properties

    rotation: Vector3

    Value of the rotation of the camera.

    timeSeconds: number

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