docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUI.EnumField<T>

    Generic DebugUI.EnumField that stores enumNames and enumValues

    Inheritance
    object
    DebugUI.Widget
    DebugUI.Field<T>
    DebugUI.EnumField<T>
    DebugUI.BitField
    DebugUI.EnumField
    Implements
    DebugUI.IValueField
    Inherited Members
    DebugUI.Field<T>.getter
    DebugUI.Field<T>.setter
    DebugUI.Field<T>.onValueChanged
    DebugUI.Field<T>.ValidateValue(T)
    DebugUI.Field<T>.GetValue()
    DebugUI.Field<T>.SetValue(object)
    DebugUI.Field<T>.SetValue(T)
    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 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

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(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)