Class D | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class D

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

    Fields

    debugCheckIntrinsicSizes

    Declaration
    public static bool debugCheckIntrinsicSizes
    Field Value
    Type Description
    Boolean

    debugCurrentRepaintColor

    Declaration
    public static HSVColor debugCurrentRepaintColor
    Field Value
    Type Description
    HSVColor

    debugDisableClipLayers

    Declaration
    public static bool debugDisableClipLayers
    Field Value
    Type Description
    Boolean

    debugDisableOpacityLayers

    Declaration
    public static bool debugDisableOpacityLayers
    Field Value
    Type Description
    Boolean

    debugPaintBaselinesEnabled

    Declaration
    public static bool debugPaintBaselinesEnabled
    Field Value
    Type Description
    Boolean

    debugPaintLayerBordersEnabled

    Declaration
    public static bool debugPaintLayerBordersEnabled
    Field Value
    Type Description
    Boolean

    debugPaintPointersEnabled

    Declaration
    public static bool debugPaintPointersEnabled
    Field Value
    Type Description
    Boolean

    debugPaintSizeEnabled

    Declaration
    public static bool debugPaintSizeEnabled
    Field Value
    Type Description
    Boolean

    debugPrintBeginFrameBanner

    Declaration
    public static bool debugPrintBeginFrameBanner
    Field Value
    Type Description
    Boolean

    debugPrintEndFrameBanner

    Declaration
    public static bool debugPrintEndFrameBanner
    Field Value
    Type Description
    Boolean

    debugPrintGestureArenaDiagnostics

    Declaration
    public static bool debugPrintGestureArenaDiagnostics
    Field Value
    Type Description
    Boolean

    debugPrintHitTestResults

    Declaration
    public static bool debugPrintHitTestResults
    Field Value
    Type Description
    Boolean

    debugPrintLayouts

    Declaration
    public static bool debugPrintLayouts
    Field Value
    Type Description
    Boolean

    debugPrintMarkNeedsLayoutStacks

    Declaration
    public static bool debugPrintMarkNeedsLayoutStacks
    Field Value
    Type Description
    Boolean

    debugPrintMarkNeedsPaintStacks

    Declaration
    public static bool debugPrintMarkNeedsPaintStacks
    Field Value
    Type Description
    Boolean

    debugPrintMouseHoverEvents

    Declaration
    public static bool debugPrintMouseHoverEvents
    Field Value
    Type Description
    Boolean

    debugPrintRecognizerCallbacksTrace

    Declaration
    public static bool debugPrintRecognizerCallbacksTrace
    Field Value
    Type Description
    Boolean

    debugPrintScheduleFrameStacks

    Declaration
    public static bool debugPrintScheduleFrameStacks
    Field Value
    Type Description
    Boolean

    debugRepaintRainbowEnabled

    Declaration
    public static bool debugRepaintRainbowEnabled
    Field Value
    Type Description
    Boolean

    debugRepaintTextRainbowEnabled

    Declaration
    public static bool debugRepaintTextRainbowEnabled
    Field Value
    Type Description
    Boolean

    Properties

    debugEnabled

    Declaration
    public static bool debugEnabled { get; }
    Property Value
    Type Description
    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
    Boolean result
    Func<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
    Func<Boolean> result
    Func<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
    Single outlineWidth

    logError(String, Exception)

    Declaration
    public static void logError(string message, Exception ex = null)
    Parameters
    Type Name Description
    String message
    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
    Nullable<Boolean> debugPaintSizeEnabled
    Nullable<Boolean> debugPaintBaselinesEnabled
    Nullable<Boolean> debugPaintPointersEnabled
    Nullable<Boolean> debugPaintLayerBordersEnabled
    Nullable<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