Camera Triggers
Last updated
Last updated
Changes the current Camera Mode to a .
Transition Time - How long to transition from the previous camera settings. Leave this at 0 to perform an instant camera cut.
Deactivation Transition Time - How long transition should take when Deactivate()
is called. Leave this at -1 to use the same settings as Transition Time
.
Transition Type - Changes how the transition is processed.
Blend - Camera blends from the previous camera settings.
Crossfade - Camera crossfades from the previous camera settings.
Update Every Frame - Enable this if you need the camera to track the CameraTrigger
's position or rotation continously.
Activate()
- Call this from a signal to activate CameraTrigger
.
Deactivate()
- Call this from a signal to deactivate CameraTrigger.
Tip: If you simply activate a
CameraTrigger
andPathTrigger
at the same time, you may notice the camera "snaps" even if you increase theCameraTrigger
'sBlend Time
.
Settings - The to use.
Previous Settings - The to blend to when Deactivate()
is called. Leave this empty to have the CameraTrigger
automatically assign it to the previous camera settings.
Reference Camera - Required when has CopyFOV
enabled.
When using with , typically Trigger Mode
should be set to OnStay
, On Enter
should be MovingForward
, and On Exit
should be MovingBackward
.
For smoother camera transitions, switch to a transitional that has its pitch
and yaw
modes set to Override, activate the PathTrigger
, then activate the CameraTrigger
.