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