Vector2Extensions.Floored
Extension Method in Vector2Extensions
Declaration
public static Vector2 Floored(this Vector2 vector)Description
Rounds the vector down to the nearest whole number.
Parameters
| vector | The vector to round. |
Returns
| Vector2 | A new rounded vector. |