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, T1, T2, T3>(this IUltEvent<T0, T1, T2, T3> ultEvent, Action<T0, T1, T2, T3> action)
Type Parameters
| Name | Description |
|---|---|
| T0 | |
| T1 | |
| T2 | |
| T3 |
Parameters
| Name | Type | Description |
|---|---|---|
| ultEvent | IUltEvent |
|
| action | Action |
Return Value
| Type | Description |
|---|---|
| void |