Class PerformanceOverlayLayer
Inherited Members
Namespace: Unity.UIWidgets.flow
Syntax
public class PerformanceOverlayLayer : Layer
Constructors
PerformanceOverlayLayer(Int32)
Declaration
public PerformanceOverlayLayer(int options)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | options |
Methods
paint(PaintContext)
Declaration
public override void paint(PaintContext context)
Parameters
Type | Name | Description |
---|---|---|
PaintContext | context |