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