C# Class UnityEngine.WaitUntil

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

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

Méthodes publiques

Méthode Description
WaitUntil ( Func predicate ) : System

Method Details

WaitUntil() public méthode

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