Esempio n. 1
0
 public void Update()
 {
     if (_animation != null && _animation.IsPlaying())
     {
         SetScrubberPosition(_animation.Time, false);
     }
 }