Vector3Extensions.Floor
Extension Method in Vector3Extensions
Declaration
public static void Floor(this ref Vector3 vector)Description
Rounds the vector down to the nearest whole number.
Parameters
| vector | The vector to round. |
public static void Floor(this ref Vector3 vector)Rounds the vector down to the nearest whole number.
| vector | The vector to round. |