Class DebugUI.BitField
Bitfield enumeration field.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
public class BitField : DebugUI.Field<Enum>, DebugUI.IValueField
Properties
enumNames
List of names of the enumerator entries.
Declaration
public GUIContent[] enumNames { get; }
Property Value
Type | Description |
---|---|
GUIContent[] |
enumType
Generates bitfield values and names automatically based on the provided type.
Declaration
public Type enumType { get; set; }
Property Value
Type | Description |
---|---|
Type |
enumValues
List of values of the enumerator entries.
Declaration
public int[] enumValues { get; }
Property Value
Type | Description |
---|---|
Int32[] |