コード例 #1
0
ファイル: Input.cs プロジェクト: lsx6244413/UnityDecomplie
 public static bool GetKey(KeyCode key)
 {
     return(Input.GetKeyInt((int)key));
 }