Difference between revisions of "Dynamic Impulse Receiver With Value`1 (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "'''Dynamic Impulse Receiver With Value`1'''ノードは、Dynamic Impulse Trigger With Value`1がトリガーされ、そ...")
(Updating to match new version of source page)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<languages></languages>
 
<languages></languages>
'''Dynamic Impulse Receiver With Value`1'''ノードは、[[Dynamic Impulse Trigger With Value`1 (LogiX node)|Dynamic Impulse Trigger With Value`1]]がトリガーされ、そのトリガーのTargetHierarchyの下にレシーバー・ノードが存在すると、インパルスを発射します。これは、トリガとレシーバのTagが同一である場合にのみ発生します。レシーバノードが出力するValueは、トリガされた時点でのトリガノードのValue入力と等しいです。
+
{{Infobox Logix Node
 +
| Name = Dynamic Impulse Receiver With Value`1
 +
| Image =[[File: DynamicImpulseReceiverWithValue`1Node.png | noframe | 128px | 'Dynamic Impulse Receiver With Value`1' LogiX node ]]
 +
| Input0Type = String | Input0Name = Tag
 +
| Output0Type = Impulse | Output0Name = Impulse
 +
| Output1Type = Float | Output1Name = Value
 +
}}
  
<!--[[File:|border|256px|right]]-->
+
'''Dynamic Impulse Receiver With Value`1'''ノードは、[[Dynamic Impulse Trigger With Value`1 (LogiX node)/ja|Dynamic Impulse Trigger With Value`1]]がトリガーされ、トリガーの <code>TargetHierarchy</code> 下にレシーバ ノードが存在するとインパルスが出力されます。これは、トリガーとレシーバーの<code>Tag</code>文字列入力が同じ場合にのみ発生します。receiverノードの出力する<code>Value</code>は、トリガーがかかった瞬間のトリガーノードの<code>Value</code>入力と等しくなります。
  
== Inputs & Outputs ==
+
== 使用方法 ==
{| class="wikitable"
+
dynamic impulse trigger / receiverのタグシステムは、スロットのタグプロパティとは全く関係ないことに注意してください。このノードは、同一の <code>Value</code> データ型を持つ Dynamic Impulse Trigger With Value`1 ノードにのみ反応し、異なる <code>Value</code> データ型を持つ [[Dynamic Impulse Trigger (LogiX node)/ja|Dynamic Impulse Trigger]] ノードと Dynamic Impulse Trigger With Value`1 からのDynamicインパルスは無視されます。出力される<code>Value</code>は、レシーバの<code>Impulse</code>出力から始まるインパルスの連鎖の間だけ、トリガからの<code>Value</code>入力と同じになります。
|+Inputs
 
|-
 
| Color
 
| Label
 
| Type
 
|-
 
| style="background-color:{{String-color}}" |
 
| Tag
 
| [[:Category:Types:String|String]]
 
|}
 
  
{| class="wikitable"
+
ノードブラウザからこのノードを起動すると、このノードで使用可能なデータタイプが選択されます。他のデータ型のレシーバ・ノードを作成する方法については、ProbablePrime氏のチュートリアルを参照してください。
|+Outputs
 
|-
 
| Color
 
| Label
 
| Type
 
|-
 
| style="background-color:{{Impulse-color}}" |
 
| Impulse
 
| [[:LogiX:Impulses|Impulse]]
 
|-
 
| style="background-color:{{Dummy-color}}" |
 
| Value
 
| dummy
 
|}
 
 
 
== Usage ==
 
Note that the tag system for dynamic impulse triggers / receivers is completely unrelated to slot tag properties. This node will only respond to Dynamic Impulse Trigger With Value`1 nodes - it ignores [[Dynamic Impulse Trigger (LogiX node)|Dynamic Impulse Trigger]] nodes. The output Value is only equal to the Value input from the trigger for the duration of the Impulse chain started from the receiver.
 
 
 
When spawning this node from the node browswer there is a selection of possible datatypes for this node. See this tutorial by ProbablePrime for how to create receiver nodes for other data types.
 
 
<youtube>https://www.youtube.com/watch?v=3j4FGONxfWk</youtube>
 
<youtube>https://www.youtube.com/watch?v=3j4FGONxfWk</youtube>
  
== Examples ==
+
== ==
 +
ProbablePrimeにdynamic impulseに関するチュートリアルがあります。
 +
<youtube>https://www.youtube.com/watch?v=6A0GQ4iABfY</youtube>
  
== Node Menu ==  
+
== ノードメニュー ==
  
 
[[Category:LogiX{{#translation:}}|Dynamic Impulse Receiver With Value`1]]
 
[[Category:LogiX{{#translation:}}|Dynamic Impulse Receiver With Value`1]]
[[Category:LogiX: Flow{{#translation:}}|Dynamic Impulse Reciever With Value `1]]
+
[[Category:LogiX:Flow{{#translation:}}|Dynamic Impulse Receiver With Value`1]]
 
{{:NodeMenu-Flow}}
 
{{:NodeMenu-Flow}}

Latest revision as of 14:21, 19 February 2022

Other languages:
English • ‎日本語 • ‎한국어
Dynamic Impulse Receiver With Value`1
'Dynamic Impulse Receiver With Value`1' LogiX node
Inputs
  String Tag
Outputs
  Impulse Impulse
  Float Value

Dynamic Impulse Receiver With Value`1ノードは、Dynamic Impulse Trigger With Value`1がトリガーされ、トリガーの TargetHierarchy 下にレシーバ ノードが存在するとインパルスが出力されます。これは、トリガーとレシーバーのTag文字列入力が同じ場合にのみ発生します。receiverノードの出力するValueは、トリガーがかかった瞬間のトリガーノードのValue入力と等しくなります。

使用方法

dynamic impulse trigger / receiverのタグシステムは、スロットのタグプロパティとは全く関係ないことに注意してください。このノードは、同一の Value データ型を持つ Dynamic Impulse Trigger With Value`1 ノードにのみ反応し、異なる Value データ型を持つ Dynamic Impulse Trigger ノードと Dynamic Impulse Trigger With Value`1 からのDynamicインパルスは無視されます。出力されるValueは、レシーバのImpulse出力から始まるインパルスの連鎖の間だけ、トリガからのValue入力と同じになります。

ノードブラウザからこのノードを起動すると、このノードで使用可能なデータタイプが選択されます。他のデータ型のレシーバ・ノードを作成する方法については、ProbablePrime氏のチュートリアルを参照してください。

ProbablePrimeにdynamic impulseに関するチュートリアルがあります。

ノードメニュー

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 Local Fire On Change`1 Local Fire On False Local Fire On True Local Impulse Timeout
Local Leaky Impulse Bucket One Per Frame Pulse Random Sequence Timer Update Updates Delay
Updates Delay With Value While