Vector3IntRange.Clamp

Method in Vector3IntRange

Declaration

public Vector3Int Clamp(Vector3Int value)

Description

Clamps a value to the range.

Parameters

valueThe value to clamp.

Returns

Vector3IntThe clamped value.