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.PersistentCall Class Reference
+ Inheritance diagram for UnityEngine.Events.PersistentCall:

Public Member Functions

bool IsValid ()
 
BaseInvokableCall GetRuntimeCall (UnityEventBase theEvent)
 
void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 
 PersistentCall ()
 

Properties

Object target [get]
 
string targetAssemblyTypeName [get]
 
string methodName [get]
 
PersistentListenerMode mode [get]
 
ArgumentCache arguments [get]
 

Static Private Member Functions

static BaseInvokableCall GetObjectCall (Object target, MethodInfo method, ArgumentCache arguments)
 

Private Attributes

Object m_Target
 
string m_TargetAssemblyTypeName
 
string m_MethodName
 
PersistentListenerMode m_Mode
 
ArgumentCache m_Arguments
 
UnityEventCallState m_CallState = UnityEventCallState.RuntimeOnly
 

Detailed Description

Definition at line 9 of file PersistentCall.cs.


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