Skip to content

Commit 72361ec

Browse files
committed
remove TOC for autogenerated TOC
1 parent 75fb0e0 commit 72361ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ An Input Processor takes a value and returns a processed result for it. The rece
77

88
>__Note__: To convert received input values into different types, refer to [composite Bindings](ActionBindings.md#composite-bindings).
99
10-
* [Using Processors](#using-processors)
11-
* [When to use which Processor](#when-to-use-which-processor)
12-
* [Invert](#invert)
13-
* [Normalize](#normalize)
14-
* [Scale](#scale)
15-
* [Deadzone](#deadzone)
16-
* [Clamp](#clamp)
17-
1810
## Using Processors
1911

2012
You can install Processors on [bindings](ActionBindings.md), [actions](Actions.md) or on [controls](Controls.md). See [How to apply Processors](HowToApplyProcessors.md) to learn more.

0 commit comments

Comments
 (0)