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