Summary
Removes the `action` from the
UltEvents.IUltEvent.DynamicCalls
.- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- Unity
Event Compatibility
Syntax
public static void RemoveListener<T0>(this IUltEvent<T0> ultEvent, Action<T0> action)
Type Parameters
Name | Description |
---|---|
T0 |
Parameters
Name | Type | Description |
---|---|---|
ultEvent | IUltEvent |
|
action | Action |
Return Value
Type | Description |
---|---|
void |