File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Actions Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1808,7 +1808,8 @@ internal int BindingIndexOnMapToBindingIndexOnAction(int indexOfBindingOnMap)
18081808 /// The callback context provides you with a way to consume events (push-based input) as part of an update when using
18091809 /// input action callback notifications. For example, <see cref="InputAction.started"/>,
18101810 /// <see cref="InputAction.performed"/>, <see cref="InputAction.canceled"/> rather than relying on
1811- /// pull-based reading.
1811+ /// pull-based reading. Also see <see href="https://docs.unity3d.com/Packages/[email protected] /manual/RespondingToActions.html"> 1812+ /// Responding To Actions</see> for additional information on differences between callbacks and polling.
18121813 /// </para>
18131814 /// <para>
18141815 /// Use this struct to read the current input value through any of the read-method overloads:
You can’t perform that action at this time.
0 commit comments