CameraSetupSetDestPosition

Parameters
whichSetupcamerasetup

The camera setup.

xreal

The target x-coordinate.

yreal

The target y-coordinate.

durationreal

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

comment

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.

patch

1.00

Source
common.j (raise an issue to discuss on Github or submit a PR)
return type
nothing
Source code
native CameraSetupSetDestPosition           takes camerasetup whichSetup, real x, real y, real duration returns nothing