示例#1
0
 void Update()
 {
     if (Input.GetKeyDown(_keyCode))
     {
         onKeyDown.Call();
     }
 }