Summary
The application render loop.
- Namespace
- Avalonia
.Rendering - Implementing Types
graph BT
Type["IRenderLoop"]
class Type type-node
Implementing0["RenderLoop"]-.->Type
click Implementing0 "/api/Avalonia.Rendering/RenderLoop"
Syntax
public interface IRenderLoop
Remarks
The render loop is responsible for advancing the animation timer and updating the scene
graph for visible windows.
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds an update task.
|
Remove |
void |
Removes an update task.
|