Class DebugUI.EnumField
A dropdown that contains the values from an enum.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.EnumField : DebugUI.EnumField<int>, DebugUI.IValueField
Properties
Name | Description |
---|---|
autoEnum | Generates enumerator values and names automatically based on the provided type. |
currentIndex | Current enumeration value index. |
getIndex | Get the enumeration value index. |
setIndex | Set the enumeration value index. |
Methods
Name | Description |
---|---|
SetValue(int) | Set the value of the field. |