GetKey (KeyCode.W)) { this.transform.Translate(new Vector3 (0f, 0f, 10f) * Time.deltaTime,Space.World); } else if (Input.GetKey (KeyCode.DownArrow) || Input ...
確定! 回上一頁