| Namespace: | Sirenix.OdinInspector.Editor |
| Assembly: | Sirenix.OdinInspector.Editor |
public struct GenericSelectorItem<T>
public GenericSelectorItem(string name, T value)
| System.String | name | |
| T | value |
public string Name
public T Value
public string GetNiceName()
| System.String |