CameraSetupSetField
- Parameters
-
whichSetup camerasetup
The camera setup.
whichField camerafield
The field of the camerasetup.
value real
The value to assign to the field.
duration real
The duration over which the field will be set. If the duration is greater than 0, the changes will be made gradually once the camera setup is applied.
- comment
Assigns a value to the specified field for a camerasetup. The input angles should be in degrees.
- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native CameraSetupSetField takes camerasetup whichSetup, camerafield whichField, real value, real duration returns nothing