예제 #1
0
 private void updateKeyBind()
 {
     KeyImputManager.SetKeyMap(EventSystem.current.currentSelectedGameObject.tag.ToString(), keyPressed);
     KeyImputManager.changeKeyMapHaveChange();
 }