UnityEventCompatibility.

AddListener<T0>(IUltEvent<T0>, Action<T0>) Method

Summary

Adds the `action` to the UltEvents.IUltEvent.DynamicCalls.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UnityEventCompatibility

Syntax

public static void AddListener<T0>(this IUltEvent<T0> ultEvent, Action<T0> action)

Type Parameters

Name Description
T0

Parameters

Name Type Description
ultEvent IUltEvent<T0>
action Action<T0>

Return Value

Type Description
void