docs.unity3d.com
    目次を表示する/隠す

    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.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)