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