Difference between revisions of "Create Field Undo Step (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>ForceNew</code> 入力は、直前のインパルス連鎖で同じフィールドに別のエントリがすでに作成されていたとしても、<code>Target</code...")
(Created page with "<code>OnCreated</code> 出力は、Undo Managerのエントリが正常に作成されたときにインパルスを出力ます。有効な<code>Target</code>が設定され...")
Line 18: Line 18:
  
  
The <code>OnCreated</code> output fires an impulse when the Undo Manager entry has been successfully created. No impulse will be fired if there is no valid <code>Target</code> set.
+
<code>OnCreated</code> 出力は、Undo Managerのエントリが正常に作成されたときにインパルスを出力ます。有効な<code>Target</code>が設定されていない場合、インパルスは出力されません。
  
  

Revision as of 02:29, 18 February 2022

Other languages:
English • ‎日本語
Create Field Undo Step
'Create Field Undo Step' LogiX node
Inputs
  Impulse Create
  IField Target
  Bool ForceNew
Outputs
  Impulse OnCreated

Create Field Undo Stepノードは、Createへインパルスを入力すると、Target 値フィールドに Undo Manager エントリセーブポイントを作成します。

使用方法

Target入力は、LogiXワイヤーを通常通り接続することで、任意の値のスロットやコンポーネントフィールドに設定することができます。入力の色は深緑色から変化しないことに注意してください。


ForceNew 入力は、直前のインパルス連鎖で同じフィールドに別のエントリがすでに作成されていたとしても、Target フィールドに新しい Undo Manager エントリを作成するかどうかを決定します。デフォルトは false です。


OnCreated 出力は、Undo Managerのエントリが正常に作成されたときにインパルスを出力ます。有効なTargetが設定されていない場合、インパルスは出力されません。


The Undo Manager entry is created for the owner of the impulse received at Create. If this node is placed before any other nodes which alter the Target field value in an impulse chain, then the effects of those nodes will be undone if the user performs the Undo action from their radial context menu.

Examples

Node Menu

NodeMenu-Undo/ja