mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +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
|
namespace osu.Game.Graphics.UserInterface
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A button with moving triangles in the background.
|
||||||
|
/// </summary>
|
||||||
public class TriangleButton : OsuButton, IFilterable
|
public class TriangleButton : OsuButton, IFilterable
|
||||||
{
|
{
|
||||||
private Box hover;
|
private Box hover;
|
||||||
|
Loading…
Reference in New Issue
Block a user