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.UnityEventBase Class Referenceabstract
+ Inheritance diagram for UnityEngine.Events.UnityEventBase:
+ Collaboration 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 UnityEngine.ISerializationCallbackReceiver. OnBeforeSerialize ()
 
void UnityEngine.ISerializationCallbackReceiver. OnAfterDeserialize ()
 
void DirtyPersistentCalls ()
 
void RebuildPersistentCallsIfNeeded ()
 

Private Attributes

InvokableCallList m_Calls
 
PersistentCallGroup m_PersistentCalls
 
bool m_CallsDirty
 

Detailed Description

Definition at line 14 of file UnityEventBase.cs.


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