mirror of
https://github.com/ppy/osu
synced 2025-02-09 22:57:37 +00:00
Add summary xmldoc
This commit is contained in:
parent
47b6b01739
commit
50377e7286
@ -11,6 +11,9 @@ using osuTK;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A visualisation of the line between two <see cref="PathControlPointPiece"/>s.
|
||||||
|
/// </summary>
|
||||||
public class PathControlPointConnectionPiece : CompositeDrawable
|
public class PathControlPointConnectionPiece : CompositeDrawable
|
||||||
{
|
{
|
||||||
public PathControlPoint ControlPoint;
|
public PathControlPoint ControlPoint;
|
||||||
|
@ -18,6 +18,9 @@ using osuTK.Input;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A visualisation of a single <see cref="PathControlPoint"/> in a <see cref="Slider"/>.
|
||||||
|
/// </summary>
|
||||||
public class PathControlPointPiece : BlueprintPiece<Slider>
|
public class PathControlPointPiece : BlueprintPiece<Slider>
|
||||||
{
|
{
|
||||||
public Action<PathControlPointPiece, MouseButtonEvent> RequestSelection;
|
public Action<PathControlPointPiece, MouseButtonEvent> RequestSelection;
|
||||||
|
Loading…
Reference in New Issue
Block a user