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