Property OnUpdate
OnUpdate
Callback invoked on each frame tick with the elapsed time since the previous frame. Use this to update animation state from a parent component.
[Parameter]
public Action<TimeSpan>? OnUpdate { get; set; }
Callback invoked on each frame tick with the elapsed time since the previous frame. Use this to update animation state from a parent component.
[Parameter]
public Action<TimeSpan>? OnUpdate { get; set; }