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

    Class DebugUI.Value

    Read only Value widget.

    Inheritance
    Object
    DebugUI.Widget
    DebugUI.Value
    Inherited Members
    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 Value : DebugUI.Widget

    Fields

    refreshRate

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

    Declaration
    public float refreshRate
    Field Value
    Type Description
    Single

    Properties

    getter

    Getter for the Value.

    Declaration
    public Func<object> getter { get; set; }
    Property Value
    Type Description
    Func<Object>

    Methods

    GetValue()

    Returns the value of the widget.

    Declaration
    public object GetValue()
    Returns
    Type Description
    Object

    The value of the widget.

    In This Article
    • Fields
      • refreshRate
    • Properties
      • getter
    • Methods
      • GetValue()
    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