Table of Contents

Enum RendererDebugOverlays

Namespace
Avalonia.Rendering
Assembly
Avalonia.Base.dll

Represents the various types of overlays that can be drawn by a renderer.

[Flags]
public enum RendererDebugOverlays

Fields

DirtyRects = 2

Draw invalidated rectangles each frame.

Fps = 1

Draw a FPS counter.

LayoutTimeGraph = 4

Draw a graph of past layout times.

None = 0

Do not draw any overlay.

RenderTimeGraph = 8

Draw a graph of past render times.