Class CinemachineLegacyCameraEvents.OnCameraLiveEvent
This event is fired when a virtual camera is activated. If a blend is involved, it will be fired at the start of the blend.
Parameter ordering is: incomingCam, outgoingCam.
Inheritance
Implements
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public class CinemachineLegacyCameraEvents.OnCameraLiveEvent : UnityEvent<ICinemachineCamera, ICinemachineCamera>, ISerializationCallbackReceiver