Exemple #1
0
 public void LoadCanvasOverTime(CanvasData c, float duration)
 {
     StartCoroutine(LoadCanvasOverTimeRoutine(c, duration));
 }