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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "== 使用方法 == <code>Target</code>入力は、LogiXワイヤーを通常通り接続することで、任意の値のスロットやコンポーネントフィールドに...")
(Created page with "<code>ForceNew</code> 入力は、直前のインパルス連鎖で同じフィールドに別のエントリがすでに作成されていたとしても、<code>Target</code...")
Line 15: Line 15:
  
  
The <code>ForceNew</code> input determines whether a new Undo Manager entry will be created for the <code>Target</code> field even if another one was already created for the same field in the preceding impulse chain. Default is false.
+
<code>ForceNew</code> 入力は、直前のインパルス連鎖で同じフィールドに別のエントリがすでに作成されていたとしても、<code>Target</code> フィールドに新しい Undo Manager エントリを作成するかどうかを決定します。デフォルトは false です。
  
  

Revision as of 02:28, 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 です。


The OnCreated output fires an impulse when the Undo Manager entry has been successfully created. No impulse will be fired if there is no valid Target set.


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