Vector3IntExtensions.Abs
Extension Method in Vector3IntExtensions
Declaration
public static Vector3Int Abs(this Vector3Int vector)
Description
Returns the absolute value of the vector.
Parameters
vector | The vector to return the absolute of. |
Returns
Vector3Int | A new vector of the absolute value. |