public static Vector3Int CeilToInt (Vector3 v);

描述

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

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