Class DebugUI.HistoryEnumField | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class DebugUI.HistoryEnumField

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Field<Int32>
    DebugUI.EnumField
    DebugUI.HistoryEnumField
    Inherited Members
    DebugUI.EnumField.enumNames
    DebugUI.EnumField.enumValues
    DebugUI.EnumField.quickSeparators
    DebugUI.EnumField.indexes
    DebugUI.EnumField.getIndex
    DebugUI.EnumField.setIndex
    DebugUI.EnumField.currentIndex
    DebugUI.EnumField.autoEnum
    DebugUI.EnumField.InitQuickSeparators()
    DebugUI.EnumField.InitIndexes()
    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 HistoryEnumField : DebugUI.EnumField, DebugUI.IValueField

    Properties

    historyDepth

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

    historyIndexGetter

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

    Methods

    GetHistoryValue(Int32)

    Declaration
    public int GetHistoryValue(int historyIndex)
    Parameters
    Type Name Description
    Int32 historyIndex
    Returns
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX