Beispiel #1
0
 public AEventRegisterHelper(AEventSystem system)
 {
     m_EventSystem = system;
 }
Beispiel #2
0
 public void Reset()
 {
     UnRegisterAll();
     m_EventSystem = null;
 }
Beispiel #3
0
 public void UnRegister(AEventSystem es)
 {
     es.UnRegister(m_Key, m_Listener);
 }