Create Field Undo Step (LogiXノード)

From Neos Wiki
Revision as of 02:28, 18 February 2022 by Aesc (talk | contribs) (Created page with "<code>ForceNew</code> 入力は、直前のインパルス連鎖で同じフィールドに別のエントリがすでに作成されていたとしても、<code>Target</code...")
Jump to navigation Jump to search
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