Difference between revisions of "Raw Data Tooltip Events (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "== 使用方法 == <code>Equipped</code> 出力は、参照されている <code>RawDataTooltip</code> が装備されるたびにインパルスを出力します。")
(Created page with "<code>Dequipped</code> 出力は、参照されている <code>RawDataTooltip</code> が装備解除されるたびにインパルスを出力します。")
Line 20: Line 20:
 
<code>Equipped</code> 出力は、参照されている <code>RawDataTooltip</code> が装備されるたびにインパルスを出力します。
 
<code>Equipped</code> 出力は、参照されている <code>RawDataTooltip</code> が装備されるたびにインパルスを出力します。
  
The <code>Dequipped</code> output fires an impulse whenever the referenced <code>RawDataTooltip</code> becomes dequipped.
+
<code>Dequipped</code> 出力は、参照されている <code>RawDataTooltip</code> が装備解除されるたびにインパルスを出力します。
  
 
The <code>ToolUpdate</code> output fires an impulse every frame while the referenced <code>RawDataTooltip</code> is equipped.
 
The <code>ToolUpdate</code> output fires an impulse every frame while the referenced <code>RawDataTooltip</code> is equipped.

Revision as of 15:32, 17 February 2022

Other languages:
English • ‎日本語
Raw Data Tooltip Events
'Raw Data Tooltip Events' LogiX node
Inputs
  RawDataTooltip Tooltip
Outputs
  Impulse Equipped
  Impulse Dequipped
  Impulse ToolUpdate
  Impulse PrimaryPressed
  Impulse PrimaryHeld
  Impulse PrimaryReleased
  Impulse SecondaryPressed
  Impulse SecondaryHeld
  Impulse SecondaryReleased

Raw Data Tooltip Eventsノードは、入力 RawDataTooltip に影響を与える様々なイベント(例えば、ボタン押下)が発生すると、インパルスを出力します。

使用方法

Equipped 出力は、参照されている RawDataTooltip が装備されるたびにインパルスを出力します。

Dequipped 出力は、参照されている RawDataTooltip が装備解除されるたびにインパルスを出力します。

The ToolUpdate output fires an impulse every frame while the referenced RawDataTooltip is equipped.

The PrimaryPressed output fires an impulse whenever the equipping user presses the primary fire button on the controller corresponding to the hand where the RawDataTooltip is equipped.

The PrimaryHeld output fires an impulse every frame while the equipping user holds the primary fire button pressed on the controller corresponding to the hand where the RawDataTooltip is equipped.

The PrimaryReleased output fires an impulse whenever the equipping user releases the primary fire button on the controller corresponding to the hand where the RawDataTooltip is equipped.

The SecondaryPressed output fires an impulse whenever the equipping user presses the secondary fire button on the controller corresponding to the hand where the RawDataTooltip is equipped.

The SecondaryHeld output fires an impulse every frame while the equipping user holds the secondary fire button pressed on the controller corresponding to the hand where the RawDataTooltip is equipped.

The SecondaryReleased output fires an impulse whenever the equipping user releases the secondary fire button on the controller corresponding to the hand where the RawDataTooltip is equipped.

This node is essential for making custom tooltips as LogiX can be made to run based on a user's interactions with the tool. Impulses fired from this node are owned by the user interacting with the RawDataTooltip.

Examples

Node Menu

NodeMenu-Tools/ja