Summary
Removes an update task.
- Namespace
- Avalonia
.Rendering - Containing Type
- IRenderLoop
Syntax
void Remove(IRenderLoopTask i)
Parameters
Name | Type | Description |
---|---|---|
i | IRenderLoopTask | The update task. |
Return Value
Type | Description |
---|---|
void |