コード例 #1
0
 public static void Delaytime(float delay, System.Action onFinish)
 {
     behaviour.StartCoroutine(DelayTime(delay, onFinish));
 }