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