Метод | Описание | |
---|---|---|
AddEventListener ( string eventName, MEvent eventFunction, string eventHandler = "Unknown" ) : void | ||
DispatchEvent ( string eventName ) : void |
public AddEventListener ( string eventName, MEvent eventFunction, string eventHandler = "Unknown" ) : void | ||
eventName | string | |
eventFunction | MEvent | |
eventHandler | string | |
Результат | void |
public DispatchEvent ( string eventName ) : void | ||
eventName | string | |
Результат | void |