GetKeyDown(KeyCode.RightArrow)) { h = 1; } else if (Input.GetKeyDown(KeyCode.LeftArrow)) { h = -1; } Vector3 curPos = transform.position; ...
確定! 回上一頁