public static Vector3Int FloorToInt (Vector3 v);

描述

通过对每个值执行 Floor 操作将 Vector3 转换为 Vector3Int

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