-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added link to manual on responding to actions.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1808,7 +1808,8 @@ internal int BindingIndexOnMapToBindingIndexOnAction(int indexOfBindingOnMap) | |
/// The callback context provides you with a way to consume events (push-based input) as part of an update when using | ||
/// input action callback notifications. For example, <see cref="InputAction.started"/>, | ||
/// <see cref="InputAction.performed"/>, <see cref="InputAction.canceled"/> rather than relying on | ||
/// pull-based reading. | ||
/// pull-based reading. Also see <see href="https://docs.unity3d.com/Packages/[email protected]/manual/RespondingToActions.html"> | ||
/// Responding To Actions</see> for additional information on differences between callbacks and polling. | ||
/// </para> | ||
/// <para> | ||
/// Use this struct to read the current input value through any of the read-method overloads: | ||
|