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

Improve class xmldoc

This commit is contained in:
Dean Herbert 2017-08-03 15:48:06 +09:00
parent bb032508bd
commit 91f3d8deb4

View File

@ -9,7 +9,7 @@ using OpenTK;
namespace osu.Game.Graphics.Containers
{
/// <summary>
/// Display an icon that is constrained to a physical region on screen.
/// Display an icon that is forced to scale to the size of this container.
/// </summary>
public class ConstrainedIconContainer : CompositeDrawable
{