Namespace: | Sirenix.OdinInspector |
Assembly: | Sirenix.OdinInspector.Attributes |
public struct ValueDropdownItem<T> : IValueDropdownItem
public ValueDropdownItem(string text, T value)
System.String | text | The text to display for the dropdown item. |
T | value | The value for the dropdown item. |
public string Text
public T Value
public override string ToString()
System.String |