CoroutineSharp.Coroutine.Yield C# (CSharp) 메소드

Yield() 공개 메소드

public Yield ( Coroutine coroutine, Action callback ) : void
coroutine Coroutine
callback Action
리턴 void
        public void Yield(Coroutine coroutine, Action<Coroutine> callback)
        {
        }

Same methods

Coroutine::Yield ( IYieldInstruction instruction ) : void