随笔分类 -  unity3d

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 hzm_frank 阅读(978) 评论(0) 推荐(0)

导航