Function CameraSetupSetDestPosition

  • Sets the target coordinates for a camerasetup over a duration. The coordinate change will only be applied when CameraSetupApply (or some other variant) is ran.

    Parameters

    • whichSetup: HandleHolder<"camerasetup">

      The camera setup.

    • x: number

      The target x-coordinate.

    • y: number

      The target y-coordinate.

    • duration: number

      The coordinates will be applied over this duration once the camera setup is applied.

    Returns void

Generated using TypeDoc