C# Class UnityEngine.WaitUntil

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

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