Cinemachine
![]() | ICinemachineCameraOnTransitionFromCamera Method |
Notification that a new camera is being activated. This is sent to the
currently active camera. Both may be active simultaneously for a while, if blending.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

void OnTransitionFromCamera( ICinemachineCamera fromCam )
function OnTransitionFromCamera(fromCam);
Parameters
- fromCam
- Type: CinemachineICinemachineCamera
The camera being deactivated. May be null.
