Method UpdateAsync
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
deltaTimeTimeSpanTime elapsed since the previous frame.