Negative

Negative(Vector2Int)

public static Vector2Int Negative(this Vector2Int v) ;

Description

Invert the sign of each component of Vector2Int.

Parameters

Parameter Name Description
v Vector2Int to reverse the sign of each component

Returns

Returns the result of reversing the sign of each component.