docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugUI.ValueTuple

    Tuple of Value widgets for creating tabular UI.

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.ValueTuple
    Inherited Members
    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
    Namespace: UnityEngine.Rendering
    Syntax
    public class ValueTuple : DebugUI.Widget

    Fields

    pinnedElementIndex

    The currently pinned element index, or -1 if none are pinned.

    Declaration
    public int pinnedElementIndex
    Field Value
    Type Description
    Int32

    values

    Value widgets.

    Declaration
    public DebugUI.Value[] values
    Field Value
    Type Description
    DebugUI.Value[]

    Properties

    numElements

    Number of elements in the tuple.

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

    refreshRate

    Refresh rate for the read-only values (runtime only)

    Declaration
    public float refreshRate { get; }
    Property Value
    Type Description
    Single

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top
    Terms of use
    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