Class DebugUI.HistoryBoolField | Core RP Library | 7.2.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugUI.HistoryBoolField

    Boolean field with history.

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Field<Boolean>
    DebugUI.BoolField
    DebugUI.HistoryBoolField
    Inherited Members
    DebugUI.Field<Boolean>.getter
    DebugUI.Field<Boolean>.setter
    DebugUI.Field<Boolean>.onValueChanged
    DebugUI.Field<Boolean>.DebugUI.IValueField.ValidateValue(Object)
    DebugUI.Field<Boolean>.ValidateValue(Boolean)
    DebugUI.Field<Boolean>.DebugUI.IValueField.GetValue()
    DebugUI.Field<Boolean>.GetValue()
    DebugUI.Field<Boolean>.SetValue(Object)
    DebugUI.Field<Boolean>.SetValue(Boolean)
    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()
    Namespace: UnityEngine.Rendering
    Syntax
    public class HistoryBoolField : DebugUI.BoolField, DebugUI.IValueField

    Properties

    historyDepth

    Depth of the field's history.

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

    historyGetter

    History getter for this field.

    Declaration
    public Func<bool>[] historyGetter { get; set; }
    Property Value
    Type Description
    Func<Boolean>[]

    Methods

    GetHistoryValue(Int32)

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

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

    Index of the history to query.

    Returns
    Type Description
    Boolean

    Value of the field at the provided history index.

    In This Article
    • Properties
      • historyDepth
      • historyGetter
    • Methods
      • GetHistoryValue(Int32)
    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