Example #1
0
 private void ShowSubtitle(KeyFrame frame)
 {
     subtitle.text = frame.content;
     StartCoroutine(WaitToEndSubtitle(frame.duration));
 }
Example #2
0
 private void Audio(KeyFrame frame)
 {
     StartCoroutine(DestroyAfterPlay(frame));
 }