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