Class D | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class D

    Inheritance
    System.Object
    D
    Namespace: Unity.UIWidgets.foundation
    Syntax
    public static class D

    Fields

    debugCheckIntrinsicSizes

    Declaration
    public static bool debugCheckIntrinsicSizes
    Field Value
    Type Description
    System.Boolean

    debugCurrentRepaintColor

    Declaration
    public static HSVColor debugCurrentRepaintColor
    Field Value
    Type Description
    HSVColor

    debugDisableClipLayers

    Declaration
    public static bool debugDisableClipLayers
    Field Value
    Type Description
    System.Boolean

    debugDisableOpacityLayers

    Declaration
    public static bool debugDisableOpacityLayers
    Field Value
    Type Description
    System.Boolean

    debugPaintBaselinesEnabled

    Declaration
    public static bool debugPaintBaselinesEnabled
    Field Value
    Type Description
    System.Boolean

    debugPaintLayerBordersEnabled

    Declaration
    public static bool debugPaintLayerBordersEnabled
    Field Value
    Type Description
    System.Boolean

    debugPaintPointersEnabled

    Declaration
    public static bool debugPaintPointersEnabled
    Field Value
    Type Description
    System.Boolean

    debugPaintSizeEnabled

    Declaration
    public static bool debugPaintSizeEnabled
    Field Value
    Type Description
    System.Boolean

    debugPrintBeginFrameBanner

    Declaration
    public static bool debugPrintBeginFrameBanner
    Field Value
    Type Description
    System.Boolean

    debugPrintEndFrameBanner

    Declaration
    public static bool debugPrintEndFrameBanner
    Field Value
    Type Description
    System.Boolean

    debugPrintGestureArenaDiagnostics

    Declaration
    public static bool debugPrintGestureArenaDiagnostics
    Field Value
    Type Description
    System.Boolean

    debugPrintHitTestResults

    Declaration
    public static bool debugPrintHitTestResults
    Field Value
    Type Description
    System.Boolean

    debugPrintLayouts

    Declaration
    public static bool debugPrintLayouts
    Field Value
    Type Description
    System.Boolean

    debugPrintMarkNeedsLayoutStacks

    Declaration
    public static bool debugPrintMarkNeedsLayoutStacks
    Field Value
    Type Description
    System.Boolean

    debugPrintMarkNeedsPaintStacks

    Declaration
    public static bool debugPrintMarkNeedsPaintStacks
    Field Value
    Type Description
    System.Boolean

    debugPrintMouseHoverEvents

    Declaration
    public static bool debugPrintMouseHoverEvents
    Field Value
    Type Description
    System.Boolean

    debugPrintRecognizerCallbacksTrace

    Declaration
    public static bool debugPrintRecognizerCallbacksTrace
    Field Value
    Type Description
    System.Boolean

    debugPrintScheduleFrameStacks

    Declaration
    public static bool debugPrintScheduleFrameStacks
    Field Value
    Type Description
    System.Boolean

    debugRepaintRainbowEnabled

    Declaration
    public static bool debugRepaintRainbowEnabled
    Field Value
    Type Description
    System.Boolean

    debugRepaintTextRainbowEnabled

    Declaration
    public static bool debugRepaintTextRainbowEnabled
    Field Value
    Type Description
    System.Boolean

    Properties

    debugEnabled

    Declaration
    public static bool debugEnabled { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    _debugDrawDoubleRect(Canvas, Rect, Rect, Color)

    Declaration
    public static void _debugDrawDoubleRect(Canvas canvas, Rect outerRect, Rect innerRect, Color color)
    Parameters
    Type Name Description
    Canvas canvas
    Rect outerRect
    Rect innerRect
    Color color

    assert(Boolean, Func<String>)

    Declaration
    [Conditional("UIWidgets_DEBUG")]
    public static void assert(bool result, Func<string> message = null)
    Parameters
    Type Name Description
    System.Boolean result
    System.Func<System.String> message

    assert(Func<Boolean>, Func<String>)

    Declaration
    [Conditional("UIWidgets_DEBUG")]
    public static void assert(Func<bool> result, Func<string> message = null)
    Parameters
    Type Name Description
    System.Func<System.Boolean> result
    System.Func<System.String> message

    debugPaintPadding(Canvas, Rect, Rect, Single)

    Declaration
    public static void debugPaintPadding(Canvas canvas, Rect outerRect, Rect innerRect, float outlineWidth = 2F)
    Parameters
    Type Name Description
    Canvas canvas
    Rect outerRect
    Rect innerRect
    System.Single outlineWidth

    logError(String, Exception)

    Declaration
    public static void logError(string message, Exception ex = null)
    Parameters
    Type Name Description
    System.String message
    System.Exception ex

    setDebugPaint(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

    Declaration
    public static void setDebugPaint(bool? debugPaintSizeEnabled = default(bool? ), bool? debugPaintBaselinesEnabled = default(bool? ), bool? debugPaintPointersEnabled = default(bool? ), bool? debugPaintLayerBordersEnabled = default(bool? ), bool? debugRepaintRainbowEnabled = default(bool? ))
    Parameters
    Type Name Description
    System.Nullable<System.Boolean> debugPaintSizeEnabled
    System.Nullable<System.Boolean> debugPaintBaselinesEnabled
    System.Nullable<System.Boolean> debugPaintPointersEnabled
    System.Nullable<System.Boolean> debugPaintLayerBordersEnabled
    System.Nullable<System.Boolean> debugRepaintRainbowEnabled
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023