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