Class SearchField
winS.UnityEditor.UIElement.TextField with search function.
Properties
invalidValue
Is current value invalid? Return true if winS.UnityEditor.UIElement.SearchField.searchList does not contain current value.
public bool invalidValue { get; private set; }
invalidWarningEnabled
Represents whether to display a warning icon when the current value is invalid.
public bool invalidWarningEnabled { get; set; }
searchList
public IList<string> searchList { get; set; }
Methods
SetValueWithoutNotify(string value)
public override void SetValueWithoutNotify(string value)
SetValue(string value)
protected override void SetValue(string value)