コード例 #1
0
 public void UnRegisterToIncomingEvents()
 {
     KeysEventHandler.UnRegisterToKeywordTyped(RegisterToWordTyped);
     InputEventHandler.UnRegisterToMovementKeyPressed(RegisterToMovementApplied);
 }
コード例 #2
0
ファイル: KeysHandlerV1.cs プロジェクト: Wysepka/HangTanks
 private void OnDisable()
 {
     KeysEventHandler.UnRegisterToKeywordTyped(KeyTyped);
 }
コード例 #3
0
 private void OnDisable()
 {
     KeysEventHandler.UnRegisterToKeywordTyped(DebugTestEvent);
 }