mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 21:32:57 +08:00
Adjust xmldoc
This commit is contained in:
parent
308f8bf9bf
commit
04b71a0c7c
@ -196,7 +196,7 @@ namespace osu.Game.Screens.Multi.Ranking
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Applies positions to all <see cref="MultiplayerScore"/>s from a given pivot.
|
/// Applies positions to all <see cref="MultiplayerScore"/>s referenced to a given pivot.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
||||||
/// <param name="pivot">The pivot.</param>
|
/// <param name="pivot">The pivot.</param>
|
||||||
@ -205,7 +205,7 @@ namespace osu.Game.Screens.Multi.Ranking
|
|||||||
=> setPositions(scores, pivot?.Scores[^1].Position ?? 0, increment);
|
=> setPositions(scores, pivot?.Scores[^1].Position ?? 0, increment);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Applies positions to all <see cref="MultiplayerScore"/>s from a given pivot.
|
/// Applies positions to all <see cref="MultiplayerScore"/>s referenced to a given pivot.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
/// <param name="scores">The <see cref="MultiplayerScores"/> to set positions on.</param>
|
||||||
/// <param name="pivotPosition">The pivot position.</param>
|
/// <param name="pivotPosition">The pivot position.</param>
|
||||||
|
Loading…
Reference in New Issue
Block a user