CameraSetupSetDestPosition
- Parameters
whichSetup camerasetupThe camera setup.
x realThe target x-coordinate.
y realThe target y-coordinate.
duration realThe 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 (suggest an edit or discuss on Github)
- return type
nothing- Source code
native CameraSetupSetDestPosition takes camerasetup whichSetup, real x, real y, real duration returns nothing