CameraSetupApply
- Parameters
whichSetup camerasetupThe camerasetup to apply.
doPan booleanIf set to true, it will move the current camera's target coordinates to the camera setup's target coordinates. If false, the camera will not move coordinates, but will still apply the other fields.
panTimed booleanIf set to false, applies immediately. If true, then it will change the camera's properties slowly over time as specified in
CameraSetupSetField.- comment
Applies the camerasetup, altering the current camera's fields to match those of the camera setup.
- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native CameraSetupApply takes camerasetup whichSetup, boolean doPan, boolean panTimed returns nothing