Unity3D Input 键盘控制
摘要:function Update (){ //Input.GetKey ("down") == Input.GetKey(KeyCode.DownArrow) if (Input.GetKey(KeyCode.DownArrow) || Input.GetKey (KeyCode.S)){...
阅读全文
posted @ 2015-03-24 11:02
posted @ 2015-03-24 11:02