Class CinemachineCameraManagerEvents
This component will generate mixer-specific events.
Inheritance
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[AddComponentMenu("Cinemachine/Helpers/Cinemachine Camera Manager Events")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.cinemachine@3.1/manual/CinemachineCameraManagerEvents.html")]
public class CinemachineCameraManagerEvents : CinemachineMixerEventsBase
Fields
CameraManager
This is the CinemachineBrain emitting the events. If null and the current GameObject has a CinemachineBrain component, that component will be used.
Declaration
[Tooltip("This is the CinemachineCameraManager emitting the events. If null and the current GameObject has a CinemachineCameraManager component, that component will be used.")]
public CinemachineCameraManagerBase CameraManager
Field Value
Type | Description |
---|---|
Cinemachine |
Methods
GetMixer()
Get the object being monitored. This is the object that will generate the events.
Declaration
protected override ICinemachineMixer GetMixer()
Returns
Type | Description |
---|---|
ICinemachine |
The ICinemachineMixer object that is the origin of the events. |