Inheritance
System.Object
D
Fields
Declaration
public static bool debugCheckIntrinsicSizes
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static HSVColor debugCurrentRepaintColor
Field Value
Declaration
public static bool debugDisableClipLayers
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugDisableOpacityLayers
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPaintBaselinesEnabled
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPaintLayerBordersEnabled
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPaintPointersEnabled
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPaintSizeEnabled
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintBeginFrameBanner
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintEndFrameBanner
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintGestureArenaDiagnostics
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintHitTestResults
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintLayouts
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintMarkNeedsLayoutStacks
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintMarkNeedsPaintStacks
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintMouseHoverEvents
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintRecognizerCallbacksTrace
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugPrintScheduleFrameStacks
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugRepaintRainbowEnabled
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool debugRepaintTextRainbowEnabled
Field Value
Type |
Description |
System.Boolean |
|
Properties
Declaration
public static bool debugEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public static void _debugDrawDoubleRect(Canvas canvas, Rect outerRect, Rect innerRect, Color color)
Parameters
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 |
|
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 |
|
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 |
|
Declaration
public static void logError(string message, Exception ex = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
ex |
|
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 |
|