ProtoFlux:Delay Value: Difference between revisions

From Resonite Wiki
mNo edit summary
Added input output descriptions. Updated description of the node.
 
Line 13: Line 13:
|}}
|}}


This node outputs the value on the Value input to the DelayedValue output, delaying it by DelaySeconds seconds (effectively making it "lag" behind the input).
The <code>Delay Value</code> node takes in the amount of seconds and the [[Value Type|value]], then outputs the value at a later time equal to the provided seconds.


{{Stub}}
== Inputs ==
 
=== DelaySeconds ([[Type:float|float]]) ===
 
The amount of seconds to delay the data.
 
=== Value (Generic) ===
 
The value to delay.
 
== Outputs ==
 
=== DelayedValue (Generic) ===
 
The delayed value.


[[Category:ProtoFlux:Utility]]
[[Category:ProtoFlux:Utility]]
[[Category:ProtoFlux:Stubs]]
[[Category:ProtoFlux:Stubs]]

Latest revision as of 08:41, 23 May 2024

Delay
DelaySeconds
DelayedValue
Value
Utility

The Delay Value node takes in the amount of seconds and the value, then outputs the value at a later time equal to the provided seconds.

Inputs

DelaySeconds (float)

The amount of seconds to delay the data.

Value (Generic)

The value to delay.

Outputs

DelayedValue (Generic)

The delayed value.