2018年7月10日

摘要: void Update () { float h = Input.GetAxis("Horizontal"); float v = Input.GetAxis("Vertical"); if (Input.GetKey(KeyCode.J)) { transform.Rotate(-Vector3.up * Time.deltaTime * 50f, Space.Wor... 阅读全文
posted @ 2018-07-10 15:01 潭水画鹤舞 阅读(190) 评论(0) 推荐(0)

导航