|
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
|
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< BaseInvokableCall > | PrepareInvoke () |
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 |
Definition at line 14 of file UnityEventBase.cs.