コード例 #1
0
 public static Coroutine StartCoroutineActionAfterCustomYieldInstruction(this MonoBehaviour mono, UnityAction action, CustomYieldInstruction yieldInstruction)
 {
     return(mono.StartCoroutine(CoroutineUtil.ActionAfterCustomYieldInstruction(action, yieldInstruction)));
 }