Function CameraSetupApplyForceDuration

  • Applies the camerasetup over a certain duration, altering the current camera's fields to match those of the camera setup.

    Parameters

    • whichSetup: HandleHolder<"camerasetup">

      The camerasetup to apply.

    • doPan: boolean

      If set to true, it will move the current camera's target coordinates to the camera setup's target coordinates. If false, the camera will not move coordinates, but will still apply the other fields.

    • forceDuration: number

      The duration it will take to apply all the camera fields. It will ignore the times set by CameraSetupSetField.

    Returns void

Generated using TypeDoc