Class DebugUI.EnumField<T>
Generic DebugUI.EnumField that stores enumNames and enumValues
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public abstract class DebugUI.EnumField<T> : DebugUI.Field<T>, DebugUI.IValueField
Type Parameters
Name | Description |
---|---|
T | The inner type of the field |
Fields
Name | Description |
---|---|
enumNames | List of names of the enumerator entries. |
Properties
Name | Description |
---|---|
enumValues | List of values of the enumerator entries. |
Methods
Name | Description |
---|---|
AutoFillFromType(Type) | Automatically fills the enum names with a given Type |