Input.GetKey("键的名字");//或者(KeyCode.键名字)
Input.GetkeyDown();
InPut.GetKeyUp();
InPut.GetMouseButton();
Input.GetMouseButtonDown();
Input.GetMouseButtonUp();//0是左键,1是右键,2是中键;
InPut.GetButton("虚拟键名");
InPut.GetAxis("虚拟键名");//返回值为-1到1的浮点数,按下后逐渐变化,取决于消极和积极;
InPut.GetAxisRaw("虚拟键名");//直接返回1或-1;
InPut.AnyKeyDown;//
InPut.AnyKey;//这两个返回值为1或0;都可以当变量用
InPut.mousePosition;//获取鼠标的像素位置,像素,像素;
Input类
最新推荐文章于 2022-08-02 13:51:44 发布