Class DropdownField
Properties
invalidValue
public bool invalidValue { get; private set; }
index
public int index { get; set; }
choiceList
public IList<string> choiceList { get; set; }
dropdownBox
public EditorElement dropdownBox { get; private set; }
Methods
override void SetValueWithoutNotify(string value)
public override void SetValueWithoutNotify(string value)
void SetIndexWithoutNotify(int newIndex)
public void SetIndexWithoutNotify(int newIndex)