Show / Hide Table of Contents

Class EnumDropdown<T>

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
EnumDropdown<T>
ExperimentDropdown
ExperimentGroupDropdown
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 Source

blankOption

Declaration
public string blankOption
Field Value
Type Description
string

Methods

| Improve this Doc View Source

OnSelect(T?)

Declaration
protected abstract void OnSelect(T? option)
Parameters
Type Name Description
T? option
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX