Vector3Int
.operator -
public static
Vector3Int
operator -
(
Vector3Int
a
,
Vector3Int
b
);
Description 描述
Subtracts one vector from another.
Subtracts each component of
b
from
a
.