Group and reorder multiple EventDelegator to invoke at once.
More...
Inherits MonoBehaviour.
Public Member Functions | |
| EventDelegator[] | GetDelegators () |
Get all the EventDelegator, include which attached above and below if checked. More... | |
| void | Invoke () |
Invoke each EventDelegator of this in turn if enabled. More... | |
Public Attributes | |
| bool | invokeAbove |
Flag if to invoke each EventDelegator attached above before this's delegators. More... | |
| bool | invokeBelow |
Flag if to invoke each EventDelegator attached below after this's delegators. More... | |
| List< EventDelegator > | delegators = new List<EventDelegator>() |
All the EventDelegator to invoke in turn between others above and below. More... | |
Group and reorder multiple EventDelegator to invoke at once.
| EventDelegator [] GetDelegators | ( | ) |
Get all the EventDelegator, include which attached above and below if checked.
| void Invoke | ( | ) |
Invoke each EventDelegator of this in turn if enabled.
| bool invokeAbove |
Flag if to invoke each EventDelegator attached above before this's delegators.
| bool invokeBelow |
Flag if to invoke each EventDelegator attached below after this's delegators.
| List<EventDelegator> delegators = new List<EventDelegator>() |
All the EventDelegator to invoke in turn between others above and below.