Skip to content

Commit adf6ff8

Browse files
committed
Removewd paragraph
1 parent 4735c2a commit adf6ff8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Packages/com.unity.inputsystem/InputSystem/Actions/InputAction.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,12 +2093,9 @@ public unsafe double startTime
20932093
/// <remarks>
20942094
/// The type of value returned by an action is usually determined by the
20952095
/// <see cref="InputControl"/> that triggered the action, i.e. by the
2096-
/// control referenced from <see cref="control"/>.
2097-
/// <para>
2098-
/// However, if the binding that triggered is a composite, then the composite
2099-
/// will determine values and not the individual control that triggered (that
2100-
/// one just feeds values into the composite).
2101-
/// </para>
2096+
/// control referenced from <see cref="control"/>. However, if the binding that
2097+
/// triggered is a composite, then the composite will determine values and
2098+
/// not the individual control that triggered (that one just feeds values into the composite).
21022099
/// </remarks>
21032100
/// <seealso cref="InputControl.valueType"/>
21042101
/// <seealso cref="InputBindingComposite.valueType"/>

0 commit comments

Comments
 (0)