This version of Unity is unsupported.

InputField.ClampPos

Declaration

protected void ClampPos(ref int pos);

Parameters

pos The value to be clamped.

Description

Clamp a value (by reference) between 0 and the current text length.