Class UIWidgetsErrorDetailsForRendering
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class UIWidgetsErrorDetailsForRendering : UIWidgetsErrorDetails
Constructors
UIWidgetsErrorDetailsForRendering(Exception, String, String, RenderObject, InformationCollector, Boolean)
Declaration
public UIWidgetsErrorDetailsForRendering(Exception exception = null, string library = null, string context = null, RenderObject renderObject = null, InformationCollector informationCollector = null, bool silent = false)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | |
String | library | |
String | context | |
RenderObject | renderObject | |
InformationCollector | informationCollector | |
Boolean | silent |
Fields
renderObject
Declaration
public readonly RenderObject renderObject
Field Value
Type | Description |
---|---|
RenderObject |