public static Vector2Int FloorToInt (Vector2 v);

描述

通过对每个值执行 Floor 操作将 Vector2 转换为 Vector2Int

因为存在浮点数到整数的转换,所以精度会降低。