BrainEvent Methods

Cinemachine

BrainEvent Methods

The CinemachineBrainBrainEvent type exposes the following members.

Methods
  NameDescription
Public methodAddListener(UnityActionUTP) (Inherited from UnityEventCinemachineBrain.)
Protected methodAddListener(Object, MethodInfo) (Inherited from UnityEventBase.)
Protected methodFindMethod_Impl (Inherited from UnityEventCinemachineBrain.)
Public methodGetPersistentEventCount (Inherited from UnityEventBase.)
Public methodGetPersistentMethodName (Inherited from UnityEventBase.)
Public methodGetPersistentTarget (Inherited from UnityEventBase.)
Protected methodInvoke(Object) (Inherited from UnityEventBase.)
Public methodInvoke(UTP) (Inherited from UnityEventCinemachineBrain.)
Protected methodRegisterPersistentListener (Inherited from UnityEventBase.)
Public methodRemoveAllListeners (Inherited from UnityEventBase.)
Public methodRemoveListener(UnityActionUTP) (Inherited from UnityEventCinemachineBrain.)
Protected methodRemoveListener(Object, MethodInfo) (Inherited from UnityEventBase.)
Public methodSetPersistentListenerState (Inherited from UnityEventBase.)
Public methodToString (Inherited from UnityEventBase.)
Protected methodValidateRegistration(MethodInfo, Object, PersistentListenerMode) (Inherited from UnityEventBase.)
Protected methodValidateRegistration(MethodInfo, Object, PersistentListenerMode, Type) (Inherited from UnityEventBase.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodUnityEngine#ISerializationCallbackReceiver#OnAfterDeserialize (Inherited from UnityEventBase.)
Explicit interface implementationPrivate methodUnityEngine#ISerializationCallbackReceiver#OnBeforeSerialize (Inherited from UnityEventBase.)
Top
See Also