GetKey(KeyCode.UpArrow)) { transform.localPosition += new Vector3(0, 0, 2.5f) * Time.deltaTime; } if (Input.GetKey(KeyCode.DownArrow)) ...
確定! 回上一頁