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