Skip to content

Commit

Permalink
Added missing para tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ekcoh committed Dec 11, 2024
1 parent 8c22e66 commit b1756b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ public struct Touch : IEquatable<Touch>
/// The current touch phase of the touch indicating its current state in the phase cycle.
/// </summary>
/// <remarks>
/// <para>
/// Every touch goes through a predefined cycle that starts with <see cref="TouchPhase.Began"/>,
/// then potentially <see cref="TouchPhase.Moved"/> and/or <see cref="TouchPhase.Stationary"/>,
/// and finally concludes with either <see cref="TouchPhase.Ended"/> or <see cref="TouchPhase.Canceled"/>.
/// </para>
/// <para>
/// This property indicates where in the cycle the touch is and is based on <see cref="TouchControl.phase"/>.
/// </para>
Expand Down

0 comments on commit b1756b6

Please sign in to comment.