public void Pause() { LottiePlayer.Pause(); }
public void Reset() { LottiePlayer.SetProgress(0.0); LottiePlayer.Pause(); }