C# Class UnityEngine.WaitWhile

Suspends the coroutine execution until the supplied delegate evaluates to false.

Inheritance: CustomYieldInstruction
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
WaitWhile ( Func predicate ) : System

Method Details

WaitWhile() public méthode

public WaitWhile ( Func predicate ) : System
predicate Func
Résultat System