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

    Interface ProgressKeyFrameBeta

    Key frame that holds the progress of the camera animation.

    interface ProgressKeyFrame {
        alpha: number;
        timeSeconds: number;
    }
    Index

    Properties

    Properties

    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.