Skip to content

Commit b1756b6

Browse files
committed
Added missing para tag
1 parent 8c22e66 commit b1756b6

File tree

1 file changed

+2
-0
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/EnhancedTouch

1 file changed

+2
-0
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/EnhancedTouch/Touch.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ public struct Touch : IEquatable<Touch>
9797
/// The current touch phase of the touch indicating its current state in the phase cycle.
9898
/// </summary>
9999
/// <remarks>
100+
/// <para>
100101
/// Every touch goes through a predefined cycle that starts with <see cref="TouchPhase.Began"/>,
101102
/// then potentially <see cref="TouchPhase.Moved"/> and/or <see cref="TouchPhase.Stationary"/>,
102103
/// and finally concludes with either <see cref="TouchPhase.Ended"/> or <see cref="TouchPhase.Canceled"/>.
104+
/// </para>
103105
/// <para>
104106
/// This property indicates where in the cycle the touch is and is based on <see cref="TouchControl.phase"/>.
105107
/// </para>

0 commit comments

Comments
 (0)