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