docs.unity.cn
    Show / Hide Table of Contents

    Class DebugUIDrawerUIntField

    Builtin Drawer for Unsigned Integer Debug Items.

    Inheritance
    Object
    DebugUIDrawer
    DebugUIFieldDrawer<UInt32, DebugUI.UIntField, DebugStateUInt>
    DebugUIDrawerUIntField
    Inherited Members
    DebugUIFieldDrawer<UInt32, DebugUI.UIntField, DebugStateUInt>.Begin(DebugUI.Widget, DebugState)
    DebugUIFieldDrawer<UInt32, DebugUI.UIntField, DebugStateUInt>.OnGUI(DebugUI.Widget, DebugState)
    DebugUIFieldDrawer<UInt32, DebugUI.UIntField, DebugStateUInt>.DoGUI(Rect, GUIContent, DebugUI.UIntField, DebugStateUInt)
    DebugUIFieldDrawer<UInt32, DebugUI.UIntField, DebugStateUInt>.End(DebugUI.Widget, DebugState)
    DebugUIDrawer.Cast<T>(Object)
    DebugUIDrawer.Begin(DebugUI.Widget, DebugState)
    DebugUIDrawer.OnGUI(DebugUI.Widget, DebugState)
    DebugUIDrawer.End(DebugUI.Widget, DebugState)
    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.UIntField))]
    public sealed class DebugUIDrawerUIntField : DebugUIFieldDrawer<uint, DebugUI.UIntField, DebugStateUInt>

    Methods

    DoGUI(Rect, GUIContent, DebugUI.UIntField, DebugStateUInt)

    Does the field of the given type

    Declaration
    protected override uint DoGUI(Rect rect, GUIContent label, DebugUI.UIntField field, DebugStateUInt state)
    Parameters
    Type Name Description
    Rect rect

    The rect to draw the field

    GUIContent label

    The label for the field

    DebugUI.UIntField field

    The field

    DebugStateUInt state

    The state

    Returns
    Type Description
    UInt32

    The current value from the UI

    Overrides
    UnityEditor.Rendering.DebugUIFieldDrawer<System.UInt32, UnityEngine.Rendering.DebugUI.UIntField, UnityEditor.Rendering.DebugStateUInt>.DoGUI(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Rendering.DebugUI.UIntField, UnityEditor.Rendering.DebugStateUInt)

    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 26 September 2023