我有一个 Vector2 ,我想将其转换为 Vector2Int 。我知道我可以用以下内容转换 Vector2 : Vector2 v2 = new Vector2(10, 10); Vector2Int v2i; ...
確定! 回上一頁