docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUI.HistoryEnumField

    Enumerator field with history.

    Inheritance
    object
    DebugUI.Widget
    DebugUI.Field<int>
    DebugUI.EnumField<int>
    DebugUI.EnumField
    DebugUI.HistoryEnumField
    Implements
    DebugUI.IValueField
    Inherited Members
    DebugUI.EnumField.getIndex
    DebugUI.EnumField.setIndex
    DebugUI.EnumField.currentIndex
    DebugUI.EnumField.autoEnum
    DebugUI.EnumField.SetValue(int)
    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.HistoryEnumField : DebugUI.EnumField, DebugUI.IValueField

    Properties

    historyDepth

    Depth of the field's history.

    Declaration
    public int historyDepth { get; }
    Property Value
    Type Description
    int

    historyIndexGetter

    History getter for this field.

    Declaration
    public Func<int>[] historyIndexGetter { get; set; }
    Property Value
    Type Description
    Func<int>[]

    Methods

    GetHistoryValue(int)

    Get the value of the field at a certain history index.

    Declaration
    public int GetHistoryValue(int historyIndex)
    Parameters
    Type Name Description
    int historyIndex

    Index of the history to query.

    Returns
    Type Description
    int

    Value of the field at the provided history index.

    Implements

    DebugUI.IValueField

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)