UnityEventCompatibility.

AddListener(IUltEvent, Action) Method

Summary

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

Syntax

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

Parameters

Name Type Description
ultEvent IUltEvent
action Action

Return Value

Type Description
void