Class PerformanceOverlayLayer
Inheritance
PerformanceOverlayLayer
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class PerformanceOverlayLayer : Layer
Constructors
PerformanceOverlayLayer(Rect, Nullable<Int32>)
Declaration
public PerformanceOverlayLayer(Rect overlayRect = null, int? optionsMask = default(int? ))
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | overlayRect | |
| Nullable<Int32> | optionsMask |
Fields
optionsMask
Declaration
public readonly int optionsMask
Field Value
| Type | Description |
|---|---|
| Int32 |
Properties
overlayRect
Declaration
public Rect overlayRect { get; set; }
Property Value
| Type | Description |
|---|---|
| Rect |