Class WaitForSecondsUnit
Delays flow by waiting a specified number of seconds.
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[UnitCategory("Time", 1)]
[UnitDisplay("Wait For Seconds", shortTitle = "Wait")]
public class WaitForSecondsUnit : WaitUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged, ISerializationCallbackReceiver
Properties
seconds
The number of seconds to await.
Declaration
[DoNotSerialize]
[UnitPortDisplay("Delay")]
public ValueInput seconds { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
unscaledTime
Whether to ignore the time scale.
Declaration
[DoNotSerialize]
[UnitPortDisplay("Unscaled")]
public ValueInput unscaledTime { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
Methods
Await(Flow)
Declaration
protected override IEnumerator Await(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| IEnumerator |
Overrides
Definition()
Declaration
protected override void Definition()