Esempio n. 1
0
 void KeyRemap()
 {
     keyCode      = GlobalSingleton.GetKey(id);
     keyText.text = GlobalSingleton.GetKeyName(id).ToString();
 }