Vector3IntRange.Clamp
Method in Vector3IntRange
Implements INumberRange<T>.Clamp
Declaration
public Vector3Int Clamp(Vector3Int value)
Description
Clamps a value to the range.
Parameters
value | The value to clamp. |
Returns
Vector3Int | The clamped value. |