CinemachineBrain.BrainEvent Class

Cinemachine

CinemachineBrainBrainEvent Class

Event with a CinemachineBrain parameter
Inheritance Hierarchy
SystemObject  UnityEventBase
    UnityEventCinemachineBrain
      CinemachineCinemachineBrainBrainEvent

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
public class BrainEvent : UnityEvent<CinemachineBrain>
Cinemachine.BrainEvent = function();

Type.createClass(
	'Cinemachine.BrainEvent',
	UnityEngine.Events.UnityEvent`1);

The CinemachineBrainBrainEvent type exposes the following members.

Constructors
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