UnityEventCompatibility.

RemoveListener(IUltEvent, Action) Method

Summary

Removes the `action` from the UltEvents.IUltEvent.DynamicCalls.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UnityEventCompatibility

Syntax

public static void RemoveListener(this IUltEvent ultEvent, Action action)

Parameters

Name Type Description
ultEvent IUltEvent
action Action

Return Value

Type Description
void