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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>ToolUpdate</code> 出力は、参照する <code>RawDataTooltip</code> が装備されている間、毎フレームインパルスを出力します。")
(Created page with "<code>PrimaryPressed</code>出力は、装備したユーザが<code>RawDataTooltip</code>を装備している手に対応するコントローラのプライマリーボタ...")
Line 24: Line 24:
 
<code>ToolUpdate</code> 出力は、参照する <code>RawDataTooltip</code> が装備されている間、毎フレームインパルスを出力します。
 
<code>ToolUpdate</code> 出力は、参照する <code>RawDataTooltip</code> が装備されている間、毎フレームインパルスを出力します。
  
The <code>PrimaryPressed</code> output fires an impulse whenever the equipping user presses the primary fire button on the controller corresponding to the hand where the <code>RawDataTooltip</code> is equipped.
+
<code>PrimaryPressed</code>出力は、装備したユーザが<code>RawDataTooltip</code>を装備している手に対応するコントローラのプライマリーボタンを押すたびにインパルスを出力します。
  
 
The <code>PrimaryHeld</code> 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 <code>RawDataTooltip</code> is equipped.
 
The <code>PrimaryHeld</code> 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 <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 が装備解除されるたびにインパルスを出力します。

ToolUpdate 出力は、参照する RawDataTooltip が装備されている間、毎フレームインパルスを出力します。

PrimaryPressed出力は、装備したユーザがRawDataTooltipを装備している手に対応するコントローラのプライマリーボタンを押すたびにインパルスを出力します。

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