Interface IAddLateEventUnity<T0>
Version of with 1 argument
Syntax
public interface IAddLateEventUnity<T0> : IAddLateEvent<T0>
Type Parameters
Name | Description |
---|---|
T0 |
Methods
AddListener(UnityAction<T0>)
Declaration
void AddListener(UnityAction<T0> handler)
Parameters
Type | Name | Description |
---|---|---|
UnityAction<T0> | handler |
RemoveListener(UnityAction<T0>)
Declaration
void RemoveListener(UnityAction<T0> handler)
Parameters
Type | Name | Description |
---|---|---|
UnityAction<T0> | handler |