Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
UnityEngine
WaitWhile
C# Class UnityEngine.WaitWhile
Suspends the coroutine execution until the supplied delegate evaluates to false.
Inheritance:
CustomYieldInstruction
Exibir arquivo
Open project: CarlosHBC/UnityDecompiled
Class Usage Examples
Public Methods
Method
Description
WaitWhile
(
Func
predicate
) :
System
Method Details
WaitWhile()
public
method
public
WaitWhile
(
Func
predicate
) :
System
predicate
Func
return
System