Skip to content

Commit f25ebc5

Browse files
Update Packages/com.unity.inputsystem/Documentation~/UsingProcessors.md
Co-authored-by: lilisha-unity <[email protected]>
1 parent 9dab870 commit f25ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/Documentation~/UsingProcessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Processors can have parameters which can be booleans, integers, or floating-poin
3737
"invert,normalize(min=0,max=10)"
3838
```
3939

40-
## When to use which Processor
40+
## Choose the right Processor
4141

4242
The following sections contain a brief explanation and various example scenarios for the different Processor types. Note that there are additional cases where Processors may apply; the scenarios described here illustrate only some of them. In some situations, it might be useful to combine multiple Processors to achieve a specific goal.
4343
If you don’t find a scenario similar to your use case, please refer to the [Processor Types](ProcessorTypes.md) section. You can also find more information on how to write your own custom Processors there.

0 commit comments

Comments
 (0)