Summary
Adds an update task.
- Namespace
- Avalonia
.Rendering - Containing Type
- RenderLoop
Syntax
public void Add(IRenderLoopTask i)
Remarks
Registered update tasks will be polled on each tick of the render loop after the
animation timer has been pulsed.
Parameters
Name | Type | Description |
---|---|---|
i | IRenderLoopTask | The update task. |
Return Value
Type | Description |
---|---|
void |