Updates Delay With Value (LogiXノード)

From Neos Wiki
Revision as of 10:35, 12 February 2022 by Aesc (talk | contribs) (Created page with "'''Updates Delay with value'''ノードは、<code>Trigger</code>で受け取ったインパルスに続いて、<code>Updates</code>以上の数のフレーム更新が完了...")
Jump to navigation Jump to search
Other languages:
English • ‎日本語
Updates Delay with value
'Updates Delay with value' LogiX node
Inputs
  Impulse Trigger
  Int Updates
  dummy Value
Outputs
  Impulse Impulse
  Impulse OnTrigger
  dummy DelayedValue

Updates Delay with valueノードは、Triggerで受け取ったインパルスに続いて、Updates以上の数のフレーム更新が完了した後にImpulseからインパルスを発射するために使用されます。さらに、遅延時間以上の値を格納することができます。

Usage

The Updates input sets the number of frame updats which must complete before the delayed impulse is fired from Impulse. The default value is 1.


The Value input value at the moment an impulse is received at Trigger is stored. When the node is spawned from the node browser this accepts a 'dummy' datatype, however the node will overload to accept any specific input datatype when a wire is connected.


The OnTrigger output fires an impulse immediately after an impulse is received at Trigger. This continues the impulse chain which arrived at Trigger.


The DelayedValue output provides the value at the Value input when the delayed impulse was queued. This is only available for the duration of the impulse chain started by Impulse.


The delayed impulses do not continue the impulse chain which arrived at Trigger and any temporary values, other than that the single stored value will be lost. Each impulse which arrives at Trigger sets up a separate delayed impulse with corresponding stored value and multiple can be queued at once with different delay durations and stored values.

Examples

Node Menu

Flow
Back Events Boolean Latch Delay Delay With Value Dynamic Impulse Receiver Dynamic Impulse Receiver With Value`1
Dynamic Impulse Trigger Dynamic Impulse Trigger With Value`1 Fire On Change Fire On False Fire On True Fire While True For
If Impulse Demultiplexer Impulse Multiplexer Impulse Timeout Local Fire On Change`1 Local Fire On True Local Fire On False
One Per Frame Pulse Random Sequence Timer Update Updates Delay Updates Delay With Value
While