Cinemachine
![]() | CinemachineBrainVcamEvent Class |
Event with a ICinemachineCamera parameter
Inheritance HierarchyNamespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax[SerializableAttribute] public class VcamEvent : UnityEvent<ICinemachineCamera>
Cinemachine.VcamEvent = function(); Type.createClass( 'Cinemachine.VcamEvent', UnityEngine.Events.UnityEvent`1);
The CinemachineBrainVcamEvent type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | CinemachineBrainVcamEvent |
Methods| Name | Description | |
|---|---|---|
![]() | AddListener(UnityActionUTP) | (Inherited from UnityEventICinemachineCamera.) |
![]() | AddListener(Object, MethodInfo) | (Inherited from UnityEventBase.) |
![]() | FindMethod_Impl | (Inherited from UnityEventICinemachineCamera.) |
![]() | GetPersistentEventCount | (Inherited from UnityEventBase.) |
![]() | GetPersistentMethodName | (Inherited from UnityEventBase.) |
![]() | GetPersistentTarget | (Inherited from UnityEventBase.) |
![]() | Invoke(Object) | (Inherited from UnityEventBase.) |
![]() | Invoke(UTP) | (Inherited from UnityEventICinemachineCamera.) |
![]() | RegisterPersistentListener | (Inherited from UnityEventBase.) |
![]() | RemoveAllListeners | (Inherited from UnityEventBase.) |
![]() | RemoveListener(UnityActionUTP) | (Inherited from UnityEventICinemachineCamera.) |
![]() | RemoveListener(Object, MethodInfo) | (Inherited from UnityEventBase.) |
![]() | SetPersistentListenerState | (Inherited from UnityEventBase.) |
![]() | ToString | (Inherited from UnityEventBase.) |
![]() | ValidateRegistration(MethodInfo, Object, PersistentListenerMode) | (Inherited from UnityEventBase.) |
![]() | ValidateRegistration(MethodInfo, Object, PersistentListenerMode, Type) | (Inherited from UnityEventBase.) |
Explicit Interface Implementations| Name | Description | |
|---|---|---|
![]() ![]() | UnityEngine#ISerializationCallbackReceiver#OnAfterDeserialize | (Inherited from UnityEventBase.) |
![]() ![]() | UnityEngine#ISerializationCallbackReceiver#OnBeforeSerialize | (Inherited from UnityEventBase.) |
See Also



