我有一个 Vector2 ,我想把它转换成一个 Vector2Int 。 我知道我可以用这样的东西转换 Vector2 : Vector2 v2 = new Vector2(10, 10); Vector2Int v2i; ...
確定! 回上一頁