C# Class CoroutineSharp.WaitForSeconds

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

Méthodes publiques

Méthode Description
WaitForSeconds ( float time ) : System
Yield ( Coroutine coroutine, Action callback ) : void

Method Details

WaitForSeconds() public méthode

public WaitForSeconds ( float time ) : System
time float
Résultat System

Yield() public méthode

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