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

    Interface SplineAnimationBeta

    Collection of key frames for camera animation.

    interface SplineAnimation {
        progressKeyFrames: ProgressKeyFrame[];
        rotationKeyFrames: RotationKeyFrame[];
    }
    Index

    Properties

    progressKeyFrames: ProgressKeyFrame[]

    Key frames for camera progress along a given curve.

    rotationKeyFrames: RotationKeyFrame[]

    Key frames for camera rotation.