docs.unity.cn
    Show / Hide Table of Contents

    Class DebugUIDrawerValue

    Builtin Drawer for Value Debug Items.

    Inheritance
    Object
    DebugUIDrawer
    DebugUIWidgetDrawer<DebugUI.Value>
    DebugUIDrawerValue
    Inherited Members
    DebugUIWidgetDrawer<DebugUI.Value>.Begin(DebugUI.Widget, DebugState)
    DebugUIWidgetDrawer<DebugUI.Value>.OnGUI(DebugUI.Widget, DebugState)
    DebugUIWidgetDrawer<DebugUI.Value>.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.Value))]
    public sealed class DebugUIDrawerValue : DebugUIWidgetDrawer<DebugUI.Value>

    Methods

    DoGUI(Rect, GUIContent, DebugUI.Value)

    Does the field of the given type

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

    The rect to draw the field

    GUIContent label

    The label for the field

    DebugUI.Value field

    The widget

    Overrides
    UnityEditor.Rendering.DebugUIWidgetDrawer<UnityEngine.Rendering.DebugUI.Value>.DoGUI(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Rendering.DebugUI.Value)

    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 24 July 2023