public static Vector2Int operator *(Vector2Int a, Vector2Int b);
public static Vector2Int operator *(Vector2Int a, int b);
Умножает вектор на число.