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