C# Class CoroutineSharp.WaitForTicks

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

Méthodes publiques

Méthode Description
WaitForTicks ( uint tick ) : System
Yield ( Coroutine coroutine, Action callback ) : void

Method Details

WaitForTicks() public méthode

public WaitForTicks ( uint tick ) : System
tick uint
Résultat System

Yield() public méthode

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