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,5 @@
---
title: nodes-desc-end
---
It triggers the next node connected to it after the action occurs in the application. It doesn't send or receive any other data.

View File

@@ -0,0 +1,9 @@
---
title: nodes-input-output-trigger
---
<tr>
<td><strong>Trigger</strong></td>
<td>Output Trigger</td>
<td>The control output port. Make a connection to specify what Visual Scripting should do after the configured Input event occurs in your application.</td>
</tr>

View File

@@ -0,0 +1,5 @@
---
title: nodes-note-manual
---
node is an [Input Manager](https://docs.unity3d.com/Manual/class-InputManager.html) node. For more information about how to use the Input Manager with Visual Scripting, see [Capture user input in an application](../../vs-capture-player-input.md).