Skip to content

Commit 06a2074

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

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
@@ -48,7 +48,7 @@ The [Invert Processor](ProcessorTypes.md#invert) inverts input values of any typ
4848

4949
#### Example: Ship navigation
5050

51-
To use an axis control to mimic a ship's rudder, inverting the input will produce the desired effect. Pulling the stick to the left will steer the ship to the right, while pulling it to the right will steer the ship to the left.
51+
To use an axis control to mimic a ship's rudder, inverting the input produces the desired effect. Pulling left steers the ship right, and vice versa.
5252

5353
![image alt text](./Images/Processors-Ship-Neutral.png)
5454
![image alt text](./Images/Processors-Ship-Left.png)

0 commit comments

Comments
 (0)