MinMax3.Clamp Clamp(Vector3) Clamps value to the range defined by Min and Max. Declaration public Vector3 Clamp(Vector3 value) Parameters Type Name Description Vector3 value The value to clamp. Returns Type Description Vector3 value clamped to the range defined by Min and Max.