DefaultRenderTimer.

DefaultRenderTimer(int) Constructor

Summary

Initializes a new instance of the DefaultRenderTimer class.
Namespace
Avalonia.Rendering
Containing Type
DefaultRenderTimer

Syntax

public DefaultRenderTimer(int framesPerSecond)

Parameters

Name Type Description
framesPerSecond int The number of frames per second at which the loop should run.

Return Value

Type Description
void