initial commit

This commit is contained in:
Jo 2025-01-07 02:06:59 +01:00
parent 6715289efe
commit 788c3389af
37645 changed files with 2526849 additions and 80 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).