CameraSetupSetDestPosition

Parameters
whichSetup camerasetup

The camera setup.

x real

The target x-coordinate.

y real

The target y-coordinate.

duration real

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
return type
nothing
Source code
native CameraSetupSetDestPosition           takes camerasetup whichSetup, real x, real y, real duration returns nothing