Difference between revisions of "Write (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "Writeノードは、インパルスを受信すると、参照されたターゲット値を入力値で上書きします。")
(Created page with "== 使用方法 == ノード・ブラウザからスポーンされた場合、値の入力にはダミー(または未決定)の型が入っています。入力データ...")
Line 41: Line 41:
 
|}
 
|}
  
== Usage ==
+
== 使用方法 ==
When spawned from the node browser the Value input has a dummy (or undetermined) type - this will change to match the input data type when a valid input is connected. The input type and that of the referenced Target must match.
+
ノード・ブラウザからスポーンされた場合、値の入力にはダミー(または未決定)の型が入っています。入力データ型と参照されるターゲットのデータ型は一致しなければなりません。
  
 
Writing a value with the Write node synchronizes the value across all users in a world. Hence each time this node operates some information must be passed over the network between users. Typically this is negligible (unless writing absolutely huge strings). However, if a large number of writes are occurring it can incur significant network load which may result in lag. If a LogiX setup requires a value to be changing very rapidly and/or continuously, consider driving it directly rather than writing every new value.
 
Writing a value with the Write node synchronizes the value across all users in a world. Hence each time this node operates some information must be passed over the network between users. Typically this is negligible (unless writing absolutely huge strings). However, if a large number of writes are occurring it can incur significant network load which may result in lag. If a LogiX setup requires a value to be changing very rapidly and/or continuously, consider driving it directly rather than writing every new value.

Revision as of 13:02, 16 January 2021

Other languages:
English • ‎日本語 • ‎한국어

Writeノードは、インパルスを受信すると、参照されたターゲット値を入力値で上書きします。


Inputs & Outputs

Inputs
Color Label Type
Write Impulse
Value (dummy)
Outputs
Color Label Type
Target IValue<T>
OnDone Impulse
OnFail Impulse

使用方法

ノード・ブラウザからスポーンされた場合、値の入力にはダミー(または未決定)の型が入っています。入力データ型と参照されるターゲットのデータ型は一致しなければなりません。

Writing a value with the Write node synchronizes the value across all users in a world. Hence each time this node operates some information must be passed over the network between users. Typically this is negligible (unless writing absolutely huge strings). However, if a large number of writes are occurring it can incur significant network load which may result in lag. If a LogiX setup requires a value to be changing very rapidly and/or continuously, consider driving it directly rather than writing every new value.

Examples

Example of Write

Node Menu

Back -- ++ Drive Drive Playback Tween Write
Write Latch Write Ref