| Parameter | Description |
|---|---|
| v | The Vector3 to convert. |
Vector3Int The converted Vector3 as a Vector3Int.
Converts a given Vector3 into a Vector3Int by doing a Floor to each value.
As there is a conversion of float to integer, there is a loss of precision.