Class PerformanceOverlayLayer
Inheritance
System.Object
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 | |
| System.Nullable<System.Int32> | optionsMask |
Fields
optionsMask
Declaration
public readonly int optionsMask
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
overlayRect
Declaration
public Rect overlayRect { get; set; }
Property Value
| Type | Description |
|---|---|
| Rect |