1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 17:12:54 +08:00

Add more info to xmldoc

This commit is contained in:
smoogipoo 2020-07-16 17:35:51 +09:00
parent b09c584d91
commit 84e2e5677a

View File

@ -14,7 +14,7 @@ using osuTK.Graphics;
namespace osu.Game.Rulesets.Mania.UI namespace osu.Game.Rulesets.Mania.UI
{ {
/// <summary> /// <summary>
/// A <see cref="Container"/> that has its contents partially hidden by an adjustable "cover". /// A <see cref="Container"/> that has its contents partially hidden by an adjustable "cover". This is intended to be used in a playfield.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The covered area extends in the scrolling direction, with its size depending on <see cref="Coverage"/>. /// The covered area extends in the scrolling direction, with its size depending on <see cref="Coverage"/>.