Class WaitWhile
Implements
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class WaitWhile : CustomYieldInstruction, IEnumerator
Constructors
| Improve this Doc View SourceWaitWhile(Func<Boolean>)
Declaration
public WaitWhile(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 |