PersistentCall.

PersistentCall(MethodInfo, UnityEngine.Object) Constructor

Summary

Constructs a new UltEvents.PersistentCall to serialize the specified `method`.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentCall

Syntax

public PersistentCall(MethodInfo method, UnityEngine.Object target)

Parameters

Name Type Description
method MethodInfo
target UnityEngine.Object

Return Value

Type Description
void