Wanzyee Studio

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< EventDelegatordelegators = new List<EventDelegator>()
 All the EventDelegator to invoke in turn between others above and below. More...
 

Detailed Description

Group and reorder multiple EventDelegator to invoke at once.

Member Function Documentation

EventDelegator [] GetDelegators ( )

Get all the EventDelegator, include which attached above and below if checked.

Returns
The delegators.
void Invoke ( )

Invoke each EventDelegator of this in turn if enabled.

Member Data Documentation

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.