Namespace: | Sirenix.OdinInspector |
Assembly: | Sirenix.OdinInspector.Attributes |
public class ValueDropdownList<T> : List<ValueDropdownItem<T>>, IList<ValueDropdownItem<T>>, ICollection<ValueDropdownItem<T>>, IList, ICollection, IReadOnlyList<ValueDropdownItem<T>>, IReadOnlyCollection<ValueDropdownItem<T>>, IEnumerable<ValueDropdownItem<T>>, IEnumerable
The type of the value.
public ValueDropdownList()
public void Add(T value)
T | value | The value. |
public void Add(string text, T value)
System.String | text | The name of the item. |
T | value | The value. |