public static Vector2Int operator * (Vector2Int a, Vector2Int b);
public static Vector2Int operator * (Vector2Int a, int b);

Description

将向量乘以一个数值。