We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc9d1c commit 2a4a22fCopy full SHA for 2a4a22f
Packages/com.unity.inputsystem/InputSystem/Actions/InputInteractionContext.cs
@@ -250,7 +250,7 @@ public void Waiting()
250
/// being true.
251
///
252
/// Changing the phase of the interaction while a timeout is running will implicitly cancel
253
- /// the timeout.
+ /// the timeout. For example, you must call <see cref="Started()"/> before calling `SetTimeout()`.
254
255
/// <example>
256
/// <code>
0 commit comments