CameraSetupApplyForceDurationWithZ
- Parameters
whichSetup camerasetupThe camerasetup to apply.
zDestOffset realThe camera's z-offset will gradually change to this value over the specified duration.
forceDuration realThe duration it will take to apply all the camera fields. It will ignore the times set by CameraSetupSetField.
- comment
Applies the camerasetup over a certain duration with a custom z-offset value, altering the current camera's fields to match those of the camera setup. The z-offset input will override the z-offset specified by
CameraSetupSetField.- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native CameraSetupApplyForceDurationWithZ takes camerasetup whichSetup, real zDestOffset, real forceDuration returns nothing