Cinemachine
CinemachineFreeLookOnTransitionFromCamera Method |
If we are transitioning from another FreeLook, grab the axis values from it.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override void OnTransitionFromCamera( ICinemachineCamera fromCam )
function OnTransitionFromCamera(fromCam);
Parameters
- fromCam
- Type: CinemachineICinemachineCamera
The camera being deactivated. May be null.
Implements
ICinemachineCameraOnTransitionFromCamera(ICinemachineCamera)See Also