unity Input.GetAxis和Input.GetAxisRaw
摘要:
float h = Input.GetAxis("Horizontal") ;//h range from -1 to 1float v = Input.GetAxis("Vertical") ;//v range from -1 to 1float h = Input.GetAxisRaw("Ho... 阅读全文
posted @ 2015-03-29 20:21 wantnon 阅读(1786) 评论(0) 推荐(0) 编辑