Namespace: | Sirenix.OdinInspector |
Assembly: | Sirenix.OdinInspector.Attributes |
public interface IValueDropdownItem
string GetText()
System.String | The label text for the item. |
object GetValue()
System.Object | The value for the item. |