Interface IAddLateEvent
Event that can only run once, adding handler late will it invoke right away
Syntax
public interface IAddLateEvent
Methods
AddListener(Action)
Declaration
void AddListener(Action handler)
Parameters
Type | Name | Description |
---|---|---|
System.Action | handler |
RemoveListener(Action)
Declaration
void RemoveListener(Action handler)
Parameters
Type | Name | Description |
---|---|---|
System.Action | handler |