Esempio n. 1
0
 /// <summary>
 /// Start reenacting a recording.
 /// </summary>
 public void Play()
 {
     currentPlaybackState = currentPlaybackState.Play();
 }
Esempio n. 2
0
 /// <summary>
 /// Progresses the playback. You probably don't want to call this.
 /// </summary>
 public void UpdateState()
 {
     currentPlaybackState = currentPlaybackState.Update();
 }