docs.unity.cn
    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)
    DebugUIDrawer.Cast<T>(Object)
    DebugUIDrawer.Apply(DebugUI.IValueField, DebugState, Object)
    DebugUIDrawer.PrepareControlRect(Single, Boolean)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEditor.Rendering
    Syntax
    [DebugUIDrawer(typeof(DebugUI.Button))]
    public sealed class DebugUIDrawerButton : DebugUIWidgetDrawer<DebugUI.Button>

    Methods

    DoGUI(Rect, GUIContent, DebugUI.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
    UnityEditor.Rendering.DebugUIWidgetDrawer<UnityEngine.Rendering.DebugUI.Button>.DoGUI(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Rendering.DebugUI.Button)

    Extension Methods

    AnalyticsUtils.ToNestedColumn<T>(T, Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 21 July 2023