mirror of https://github.com/ppy/osu
Add xmldoc to TriangleButton
This commit is contained in:
parent
96d42b3e5b
commit
bf5ea027ef
|
@ -15,6 +15,9 @@
|
||||||
|
|
||||||
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