C# Class UnityEngine.WaitWhile

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

Inheritance: CustomYieldInstruction
ファイルを表示 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