Skip to content

Commit aa5fe2b

Browse files
committed
Ran the format.pl tool on Workflow-Actions.md
1 parent c042284 commit aa5fe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/Documentation~/Workflow-Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There are various ways to access your actions from code. One of the simplest way
3737

3838
Use `FindAction` to search for an action by name from within the set of configured actions, and return a reference which you can then either read the value directly (also called "polling"), or you can attach callback methods that are called when the action is performed. The workflow described on this page focuses only on reading the action values. [You can read more about using callbacks here](RespondingToActions.html#action-callbacks).
3939

40-
> [!TIP]
40+
> [!TIP]
4141
> Finding and storing a reference to an Action is similar to finding and storing a reference to a Component, so if you have done that elsewhere in Unity, this might be a familiar process.
4242
4343
To use `FindAction` to get references to your Actions and read user input in your script, use the following steps:

0 commit comments

Comments
 (0)