This commit is contained in:
2025-01-17 13:10:42 +01:00
commit 4536213c91
15115 changed files with 1442174 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
---
title: nodes-input-action-change
---
<table>
<thead>
<tr>
<th><strong>Name</strong></th>
<th><strong>Type</strong></th>
<th colspan="2"><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="4"><strong>Input Action Change Type</strong></td>
<td rowspan="4">Input Action Change Option</td>
<td colspan="2">Set an Input Action Change Type to choose the interaction type that triggers the node.</td>
</tr>
<tr>
<td><strong>On Pressed</strong></td>
<td>The node triggers when a user presses the button from the selected <strong>Input Action</strong> input asset.</td>
</tr>
<tr>
<td><strong>On Hold</strong></td>
<td>The node triggers when a user holds the button from the selected <strong>Input Action</strong> input asset.</td>
</tr>
<tr>
<td><strong>On Released</strong></td>
<td>The node triggers when a user releases the button from the selected <strong>Input Action</strong> input asset.</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,8 @@
---
title: nodes-input-system-output-trigger-port
---
<tr>
<td><strong>Trigger</strong></td>
<td>Output Trigger</td>
<td>The control output port. Make a connection to specify what Visual Scripting does after the configured Player Input event, such as a button press, occurs in the application.</td>
</tr>

View File

@@ -0,0 +1,8 @@
---
title: nodes-input-system-ports
---
| **Name** | **Type** | **Description** |
| :------ | :------- | :------------- |
| **Target** | Player Input | The Player Input component that Visual Scripting uses to display a list of input actions. The default is **This**, which is the Player Input component attached to the GameObject where Visual Scripting runs the Script Graph. You can also connect a node that outputs a Player Input component.|
| **Input Action** | Input Action | An input action. Use the dropdown to select an input action from the Player Input component specified in **Player Input**, or connect a node that outputs an input action.|

View File

@@ -0,0 +1,5 @@
---
title: nodes-note-package
---
is an [Input System package](https://docs.unity3d.com/Packages/com.unity.inputsystem@latest) node. For more information about how to use the Input System package in Visual Scripting, see [Capture user input in an application](../../vs-capture-player-input.md).