terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.Events.UnityEventBase Class Referenceabstract
+ Inheritance diagram for UnityEngine.Events.UnityEventBase:

Public Member Functions

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

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

Package Functions

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 ISerializationCallbackReceiver. OnBeforeSerialize ()
 
void ISerializationCallbackReceiver. OnAfterDeserialize ()
 
void DirtyPersistentCalls ()
 
void RebuildPersistentCallsIfNeeded ()
 

Private Attributes

InvokableCallList m_Calls
 
PersistentCallGroup m_PersistentCalls
 
bool m_CallsDirty = true
 

Detailed Description

Definition at line 12 of file UnityEventBase.cs.


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