PersistentCall.

SetMethod(Action) Method

Summary

Sets the delegate which this call encapsulates.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentCall

Syntax

public void SetMethod(Action method)

Parameters

Name Type Description
method Action

Return Value

Type Description
void