Vector2Extensions.Ceil
Extension Method in Vector2Extensions
Declaration
public static void Ceil(this ref Vector2 vector)Description
Rounds the vector up to the nearest whole number.
Parameters
| vector | The vector to round. |
public static void Ceil(this ref Vector2 vector)Rounds the vector up to the nearest whole number.
| vector | The vector to round. |