CameraSetupSetField
- Parameters
whichSetup camerasetupThe camera setup.
whichField camerafieldThe field of the camerasetup.
value realThe value to assign to the field.
duration realThe 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 (suggest an edit or discuss on Github)
- return type
nothing- Source code
native CameraSetupSetField takes camerasetup whichSetup, camerafield whichField, real value, real duration returns nothing