Table of Contents

Method UpdateAsync

Namespace
SkiaSharp.Extended.UI.Blazor.Controls
Assembly
SkiaSharp.Extended.UI.Blazor.dll

UpdateAsync(TimeSpan)

Called once per frame before the canvas is invalidated. Override this method in a subclass to update animation state.

protected virtual Task UpdateAsync(TimeSpan deltaTime)

Parameters

deltaTime TimeSpan

Time elapsed since the previous frame.

Returns

Task

A Task representing the asynchronous update work.