Version 3.3.0.1

GenericSelectorItem<T> struct

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public struct GenericSelectorItem<T>
Used in GenericSelector<T> to associate name to a value in the GenericSelector.

Type Parameters

T

Constructors

GenericSelectorItem(String, T)
Initializes a new instance of the GenericSelectorItem<T> struct.
public GenericSelectorItem(string name, T value)
Parameters
System.String name

T value

Fields

Name
The name.
public string Name
Value
The value.
public T Value

Methods

GetNiceName()
If the
public string GetNiceName()
Returns
System.String