Class DebugUI.EnumField | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugUI.EnumField

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Field<Int32>
    DebugUI.EnumField
    DebugUI.HistoryEnumField
    Inherited Members
    DebugUI.Field<Int32>.getter
    DebugUI.Field<Int32>.setter
    DebugUI.Field<Int32>.onValueChanged
    DebugUI.Field<Int32>.DebugUI.IValueField.ValidateValue(Object)
    DebugUI.Field<Int32>.ValidateValue(Int32)
    DebugUI.Field<Int32>.DebugUI.IValueField.GetValue()
    DebugUI.Field<Int32>.GetValue()
    DebugUI.Field<Int32>.SetValue(Object)
    DebugUI.Field<Int32>.SetValue(Int32)
    DebugUI.Widget.m_Panel
    DebugUI.Widget.panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.isInactiveInEditor
    DebugUI.Widget.GetHashCode()
    DebugUI.Widget.RemoveSelf()
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class EnumField : DebugUI.Field<int>, DebugUI.IValueField

    Fields

    enumNames

    Declaration
    public GUIContent[] enumNames
    Field Value
    Type Description
    GUIContent[]

    enumValues

    Declaration
    public int[] enumValues
    Field Value
    Type Description
    Int32[]

    indexes

    Declaration
    public int[] indexes
    Field Value
    Type Description
    Int32[]

    quickSeparators

    Declaration
    public int[] quickSeparators
    Field Value
    Type Description
    Int32[]

    Properties

    autoEnum

    Declaration
    public Type autoEnum { set; }
    Property Value
    Type Description
    Type

    currentIndex

    Declaration
    public int currentIndex { get; set; }
    Property Value
    Type Description
    Int32

    getIndex

    Declaration
    public Func<int> getIndex { get; set; }
    Property Value
    Type Description
    Func<Int32>

    setIndex

    Declaration
    public Action<int> setIndex { get; set; }
    Property Value
    Type Description
    Action<Int32>

    Methods

    InitIndexes()

    Declaration
    public void InitIndexes()

    InitQuickSeparators()

    Declaration
    public void InitQuickSeparators()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023