Difference between revisions of "Delay With Value (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>Trigger</code>へインパルスを入力した瞬間の<code>Value</code>入力値が格納されます。ノードがノードブラウザから生成されたとき...")
(Created page with "<code>OnTrigger</code>出力は、<code>Trigger</code>へインパルスを入力した直後にインパルスを発生させます。これは<code>Trigger</code>に到着...")
Line 20: Line 20:
  
  
The <code>OnTrigger</code> output fires an impulse immediately after an impulse is received at <code>Trigger</code>. This continues the impulse chain which arrived at <code>Trigger</code>. If a user focuses a different world while they have delayed impulses queued, the delayed impulses will fire as normal. However, if a user with delayed impulses leave the world entirely, their delayed impulses will never fire.
+
<code>OnTrigger</code>出力は、<code>Trigger</code>へインパルスを入力した直後にインパルスを発生させます。これは<code>Trigger</code>に到着したインパルスの連鎖を継続させます。遅延インパルスをキューに入れたまま別のワールドにフォーカスすると、遅延インパルスは通常通り発射されます。しかし、遅延インパルスを持つユーザーがその世界から完全に離れた場合、遅延インパルスは決して出力されません。
  
  

Revision as of 08:09, 12 February 2022

Other languages:
English • ‎日本語 • ‎한국어
Delay with value
'Delay with value' LogiX node
Inputs
  Impulse Trigger
  Float Delay
  dummy Value
Outputs
  Impulse Impulse
  Impulse OnTrigger
  dummy DelayedValue

Delay with valueノードは、Triggerへのインパルス入力からDelay秒経過後にImpulseからインパルスを出力するために使用されます。さらに、遅延時間以上の値を保存することができます。

使用方法

Delayは、Impulseから遅延インパルスが発射されるまでの秒数を設定します。デフォルト値は0であり、1フレーム分の遅延が発生します。


Triggerへインパルスを入力した瞬間のValue入力値が格納されます。ノードがノードブラウザから生成されたとき、これは'dummy'のデータ型ですが、ノードが接続されると、特定の入力データ型を受け入れるように上書きされます。


OnTrigger出力は、Triggerへインパルスを入力した直後にインパルスを発生させます。これは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