docs.unity.cn
    Show / Hide Table of Contents

    Class DebugUIDrawerHistoryBoolField

    Builtin Drawer for History Boolean Debug Items.

    Inheritance
    Object
    DebugUIDrawer
    DebugUIFieldDrawer<Boolean, DebugUI.HistoryBoolField, DebugStateBool>
    DebugUIDrawerHistoryBoolField
    Inherited Members
    DebugUIFieldDrawer<Boolean, DebugUI.HistoryBoolField, DebugStateBool>.Begin(DebugUI.Widget, DebugState)
    DebugUIFieldDrawer<Boolean, DebugUI.HistoryBoolField, DebugStateBool>.OnGUI(DebugUI.Widget, DebugState)
    DebugUIFieldDrawer<Boolean, DebugUI.HistoryBoolField, DebugStateBool>.DoGUI(Rect, GUIContent, DebugUI.HistoryBoolField, DebugStateBool)
    DebugUIFieldDrawer<Boolean, DebugUI.HistoryBoolField, DebugStateBool>.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)
    Namespace: UnityEditor.Rendering
    Syntax
    [DebugUIDrawer(typeof(DebugUI.HistoryBoolField))]
    public sealed class DebugUIDrawerHistoryBoolField : DebugUIFieldDrawer<bool, DebugUI.HistoryBoolField, DebugStateBool>

    Methods

    DoGUI(Rect, GUIContent, DebugUI.HistoryBoolField, DebugStateBool)

    Does the field of the given type

    Declaration
    protected override bool DoGUI(Rect rect, GUIContent label, DebugUI.HistoryBoolField field, DebugStateBool state)
    Parameters
    Type Name Description
    Rect rect

    The rect to draw the field

    GUIContent label

    The label for the field

    DebugUI.HistoryBoolField field

    The field

    DebugStateBool state

    The state

    Returns
    Type Description
    Boolean

    The current value from the UI

    Overrides
    UnityEditor.Rendering.DebugUIFieldDrawer<System.Boolean, UnityEngine.Rendering.DebugUI.HistoryBoolField, UnityEditor.Rendering.DebugStateBool>.DoGUI(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Rendering.DebugUI.HistoryBoolField, UnityEditor.Rendering.DebugStateBool)

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