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