Class WaitUntil
Implements
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class WaitUntil : CustomYieldInstruction, IEnumerator
Constructors
| Improve this Doc View SourceWaitUntil(Func<Boolean>)
Declaration
public WaitUntil(Func<bool> predicate)
Parameters
Type | Name | Description |
---|---|---|
Func<Boolean> | predicate |
Properties
| Improve this Doc View SourcekeepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
Type | Description |
---|---|
Boolean |