Summary
Initializes a new instance of the
RenderLoop
class.
- Namespace
- Avalonia
.Rendering - Containing Type
- RenderLoop
Syntax
public RenderLoop(IRenderTimer timer, IDispatcher dispatcher)
Parameters
Name | Type | Description |
---|---|---|
timer | IRenderTimer | The render timer. |
dispatcher | IDispatcher | The UI thread dispatcher. |
Return Value
Type | Description |
---|---|
void |