C# Class CoroutineSharp.WaitForRPC

Inheritance: IYieldInstruction
Afficher le fichier Open project: fingerpasswang/CoroutineSharp

Méthodes publiques

Méthode Description
Yield ( Coroutine coroutine, Action callback ) : void

Method Details

Yield() public méthode

public Yield ( Coroutine coroutine, Action callback ) : void
coroutine Coroutine
callback Action
Résultat void