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

Description

Покомпонентное умножение двух vector'oв

Каждый компонент в результате является компонентом а умноженным на B/


public void Scale (Vector2Int scale);

Description

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