Esempio n. 1
0
 public void ChangeActionMap(ActionMap map)
 {
     m_inputManager.GetComponent <PlayerInput>().SwitchCurrentActionMap(map.ToString());
 }