docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUI.EnumField

    A dropdown that contains the values from an enum.

    Inheritance
    object
    DebugUI.Widget
    DebugUI.Field<int>
    DebugUI.EnumField<int>
    DebugUI.EnumField
    DebugUI.HistoryEnumField
    Implements
    DebugUI.IValueField
    Inherited Members
    DebugUI.EnumField<int>.enumNames
    DebugUI.EnumField<int>.enumValues
    DebugUI.EnumField<int>.AutoFillFromType(Type)
    DebugUI.Field<int>.getter
    DebugUI.Field<int>.setter
    DebugUI.Field<int>.onValueChanged
    DebugUI.Field<int>.ValidateValue(int)
    DebugUI.Field<int>.GetValue()
    DebugUI.Field<int>.SetValue(object)
    DebugUI.Widget.m_Panel
    DebugUI.Widget.panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.tooltip
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.isInactiveInEditor
    DebugUI.Widget.isHiddenCallback
    DebugUI.Widget.isHidden
    DebugUI.Widget.GetHashCode()
    DebugUI.Widget.nameAndTooltip
    object.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)