mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
Add xmldoc to TriangleButton
This commit is contained in:
parent
96d42b3e5b
commit
bf5ea027ef
@ -15,6 +15,9 @@ using osu.Game.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
/// <summary>
|
||||
/// A button with moving triangles in the background.
|
||||
/// </summary>
|
||||
public class TriangleButton : OsuButton, IFilterable
|
||||
{
|
||||
private Box hover;
|
||||
|
Loading…
Reference in New Issue
Block a user