add to stubs |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 13: | Line 13: | ||
|}} | |}} | ||
The '''Delay Value''' 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. | |||
== 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:ContinuouslyChanging nodes]] |
Latest revision as of 07:36, 27 May 2025
Delay
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.