Class WaitUntilWithTimeout
Inherited Members
UnityEngine.CustomYieldInstruction.MoveNext()
UnityEngine.CustomYieldInstruction.Reset()
UnityEngine.CustomYieldInstruction.Current
Namespace: Global Namespace
Syntax
public class WaitUntilWithTimeout : CustomYieldInstruction, IEnumerator
Constructors
WaitUntilWithTimeout(Func<Boolean>, Int32)
Declaration
public WaitUntilWithTimeout(Func<bool> predicate, int timeout)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<Boolean> | predicate | |
| Int32 | timeout |
Properties
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |