Method SetValueWithoutNotify
SetValueWithoutNotify(int)
Set index number of the current selection in the Dropdown without invoking onValueChanged callback.
Declaration
public void SetValueWithoutNotify(int input)
Parameters
Type | Name | Description |
---|---|---|
int | input | The new index for the current selection. |