Esempio n. 1
0
 public void UnRegisterToIncomingEvents()
 {
     KeysEventHandler.UnRegisterToKeywordTyped(RegisterToWordTyped);
     InputEventHandler.UnRegisterToMovementKeyPressed(RegisterToMovementApplied);
 }
Esempio n. 2
0
 private void OnDisable()
 {
     KeysEventHandler.UnRegisterToKeywordTyped(KeyTyped);
 }
Esempio n. 3
0
 private void OnDisable()
 {
     KeysEventHandler.UnRegisterToKeywordTyped(DebugTestEvent);
 }