2019年12月22日
摘要: //初始速度 public float movespeed = 5; //移动 if (Input.GetKey(KeyCode.A)) { go.transform.Translate(movespeed * Time.deltaTime * (-1), 0, 0, Space.World); } 阅读全文
posted @ 2019-12-22 21:50 股期勇气 阅读(504) 评论(0) 推荐(0)