Class EnumDropdown<T>
Inheritance
Object
Component
Behaviour
MonoBehaviour
EnumDropdown<T>
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public abstract class EnumDropdown<T> : MonoBehaviour where T : struct, Enum
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
| Improve this Doc View SourceblankOption
Declaration
public string blankOption
Field Value
| Type | Description |
|---|---|
| string |
Methods
| Improve this Doc View SourceOnSelect(T?)
Declaration
protected abstract void OnSelect(T? option)
Parameters
| Type | Name | Description |
|---|---|---|
| T? | option |