Vector2Int
.Clamp
public void
Clamp
(
Vector2Int
min
,
Vector2Int
max
);
Description 描述
Clamps the
Vector2Int
to the bounds given by
min
and
max
.