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

    Class DebugUI.HistoryEnumField

    Enumerator field with history.

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Field<Int32>
    DebugUI.EnumField
    DebugUI.HistoryEnumField
    Inherited Members
    DebugUI.EnumField.enumNames
    DebugUI.EnumField.enumValues
    DebugUI.EnumField.getIndex
    DebugUI.EnumField.setIndex
    DebugUI.EnumField.currentIndex
    DebugUI.EnumField.autoEnum
    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()
    Namespace: UnityEngine.Rendering
    Syntax
    public class HistoryEnumField : DebugUI.EnumField, DebugUI.IValueField

    Properties

    historyDepth

    Depth of the field's history.

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

    historyIndexGetter

    History getter for this field.

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

    Methods

    GetHistoryValue(Int32)

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

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

    Index of the history to query.

    Returns
    Type Description
    Int32

    Value of the field at the provided history index.

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