コード例 #1
0
 public Coroutine PlayAction(CinematicAction action)
 {
     return(StartCoroutine(action.Play(this)));
 }