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

描述

将向量乘以一个数值。