摘要: 1 void Update () { 2 float h = Input.GetAxis("Horizontal"); 3 float v = Input.GetAxis("Vertical"); 4 Vector3 vel = rigidbody.... 阅读全文
posted @ 2015-12-31 15:02 Akishimo 阅读(359) 评论(0) 推荐(0) 编辑