Метод | Описание | |
---|---|---|
AddEventListener ( string strType, EventCallback0 callback ) : void |
|
|
AddEventListener ( string strType, EventCallback1 callback ) : void |
|
|
BroadcastEvent ( string strType, object data ) : bool |
|
|
BubbleEvent ( string strType, object data ) : bool |
|
|
DispatchEvent ( |
|
|
DispatchEvent ( string strType ) : bool |
|
|
DispatchEvent ( string strType, object data ) : bool |
|
|
DispatchEvent ( string strType, object data, object initiator ) : bool | ||
EventDispatcher ( ) : System | ||
RemoveEventListener ( string strType, EventCallback0 callback ) : void |
|
|
RemoveEventListener ( string strType, EventCallback1 callback ) : void |
|
|
RemoveEventListeners ( ) : void |
|
|
RemoveEventListeners ( string strType ) : void |
|
Метод | Описание | |
---|---|---|
BubbleEvent ( string strType, object data, List |
|
|
GetChainBridges ( string strType, List |
||
GetChildEventBridges ( string strType, |
||
GetChildEventBridges ( string strType, |
||
GetEventBridge ( string strType ) : |
||
InternalDispatchEvent ( string strType, |
||
TryGetEventBridge ( string strType ) : |
public AddEventListener ( string strType, EventCallback0 callback ) : void | ||
strType | string | |
callback | EventCallback0 | |
Результат | void |
public AddEventListener ( string strType, EventCallback1 callback ) : void | ||
strType | string | |
callback | EventCallback1 | |
Результат | void |
public BroadcastEvent ( string strType, object data ) : bool | ||
strType | string | |
data | object | |
Результат | bool |
public BubbleEvent ( string strType, object data ) : bool | ||
strType | string | |
data | object | |
Результат | bool |
public DispatchEvent ( |
||
context | ||
Результат | bool |
public DispatchEvent ( string strType ) : bool | ||
strType | string | |
Результат | bool |
public DispatchEvent ( string strType, object data ) : bool | ||
strType | string | |
data | object | |
Результат | bool |
public DispatchEvent ( string strType, object data, object initiator ) : bool | ||
strType | string | |
data | object | |
initiator | object | |
Результат | bool |
public RemoveEventListener ( string strType, EventCallback0 callback ) : void | ||
strType | string | |
callback | EventCallback0 | |
Результат | void |
public RemoveEventListener ( string strType, EventCallback1 callback ) : void | ||
strType | string | |
callback | EventCallback1 | |
Результат | void |
public RemoveEventListeners ( string strType ) : void | ||
strType | string | |
Результат | void |