| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Vector2Int.FloorToInt.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| v | The Vector2 to convert. |
Vector2Int The converted Vector2 as a Vector2Int.
Converts a Vector2 to a Vector2Int by doing a Floor to each value.
As there is a conversion of float to integer, there is a loss of precision.
| Web Proxy Viewer | New URL | Original Page |