public static Vector2Int Scale (Vector2Int a, Vector2Int b);

설명

Multiplies two vectors component-wise.

Every component in the result is a component of a multiplied by the same component of b.


public void Scale (Vector2Int scale);

설명

Multiplies every component of this vector by the same component of scale.