Function CameraSetupApplyForceDurationWithZ

  • Applies the camerasetup over a certain duration with a custom z-offset value, altering the current camera's fields to match those of the camera setup. The z-offset input will override the z-offset specified by CameraSetupSetField.

    Parameters

    • whichSetup: HandleHolder<"camerasetup">

      The camerasetup to apply.

    • zDestOffset: number

      The camera's z-offset will gradually change to this value over the specified duration.

    • 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