terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine.Events.UnityEvent< T0, T1 > Class Template Reference
+ Inheritance diagram for UnityEngine.Events.UnityEvent< T0, T1 >:
+ Collaboration diagram for UnityEngine.Events.UnityEvent< T0, T1 >:

Public Member Functions

 UnityEvent ()
 
void AddListener (UnityAction< T0 > call)
 
void RemoveListener (UnityAction< T0 > call)
 
void Invoke (T0 arg0)
 
 UnityEvent ()
 
 UnityEvent ()
 
 UnityEvent ()
 
void AddListener (UnityAction call)
 
void Invoke ()
 
 UnityEvent ()
 
override string ToString ()
 

Static Public Member Functions

static MethodInfo GetValidMethodInfo (object obj, string functionName, Type[] argumentTypes)
 
static MethodInfo GetValidMethodInfo (Type objectType, string functionName, Type[] argumentTypes)
 

Protected Member Functions

override MethodInfo FindMethod_Impl (string name, Type targetObjType)
 
override MethodInfo FindMethod_Impl (string name, Type targetObjType)
 
override MethodInfo FindMethod_Impl (string name, Type targetObjType)
 
override MethodInfo FindMethod_Impl (string name, Type targetObjType)
 
override MethodInfo FindMethod_Impl (string name, Type targetObjType)
 
void RemoveListener (object targetObj, MethodInfo method)
 

Package Functions

override BaseInvokableCall GetDelegate (object target, MethodInfo theFunction)
 
override BaseInvokableCall GetDelegate (object target, MethodInfo theFunction)
 
override BaseInvokableCall GetDelegate (object target, MethodInfo theFunction)
 
override BaseInvokableCall GetDelegate (object target, MethodInfo theFunction)
 
override BaseInvokableCall GetDelegate (object target, MethodInfo theFunction)
 
MethodInfo FindMethod (PersistentCall call)
 
MethodInfo FindMethod (string name, Type listenerType, PersistentListenerMode mode, Type argumentType)
 
void AddCall (BaseInvokableCall call)
 
List< BaseInvokableCallPrepareInvoke ()
 

Private Member Functions

void UnityEngine.ISerializationCallbackReceiver. OnBeforeSerialize ()
 
void UnityEngine.ISerializationCallbackReceiver. OnAfterDeserialize ()
 
void DirtyPersistentCalls ()
 
void RebuildPersistentCallsIfNeeded ()
 

Static Private Member Functions

static BaseInvokableCall GetDelegate (UnityAction< T0 > action)
 
static BaseInvokableCall GetDelegate (UnityAction action)
 

Private Attributes

object[] m_InvokeArray
 
InvokableCallList m_Calls
 
PersistentCallGroup m_PersistentCalls
 
bool m_CallsDirty
 

Detailed Description

Definition at line 11 of file UnityEvent.cs.


The documentation for this class was generated from the following files: