docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUIDrawerButton

    Builtin Drawer for Button Debug Items.

    Inheritance
    object
    DebugUIDrawer
    DebugUIWidgetDrawer<DebugUI.Button>
    DebugUIDrawerButton
    Inherited Members
    DebugUIWidgetDrawer<DebugUI.Button>.Begin(DebugUI.Widget, DebugState)
    DebugUIWidgetDrawer<DebugUI.Button>.OnGUI(DebugUI.Widget, DebugState)
    DebugUIWidgetDrawer<DebugUI.Button>.End(DebugUI.Widget, DebugState)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Rendering
    Assembly: Unity.RenderPipelines.Core.Editor.dll
    Syntax
    [DebugUIDrawer(typeof(DebugUI.Button))]
    public sealed class DebugUIDrawerButton : DebugUIWidgetDrawer<DebugUI.Button>

    Methods

    DoGUI(Rect, GUIContent, Button)

    Does the field of the given type

    Declaration
    protected override void DoGUI(Rect rect, GUIContent label, DebugUI.Button field)
    Parameters
    Type Name Description
    Rect rect

    The rect to draw the field

    GUIContent label

    The label for the field

    DebugUI.Button field

    The widget

    Overrides
    DebugUIWidgetDrawer<DebugUI.Button>.DoGUI(Rect, GUIContent, DebugUI.Button)

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)