Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
UnityEngine
WaitUntil
C# Class UnityEngine.WaitUntil
Suspends the coroutine execution until the supplied delegate evaluates to true.
Inheritance:
CustomYieldInstruction
Show file
Open project: CarlosHBC/UnityDecompiled
Class Usage Examples
Public Methods
Method
Description
WaitUntil
(
Func
predicate
) :
System
Method Details
WaitUntil()
public
method
public
WaitUntil
(
Func
predicate
) :
System
predicate
Func
return
System