GetKeyDown (KeyCode.UpArrow)) { if (transform.position.y < 1.662f) { transform.Translate (0, 0.26F, 0); } } if (Input.GetKeyDown (KeyCode.DownArrow)) { if ...
確定! 回上一頁