mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09:00
Fix unresolved xmldocs
This commit is contained in:
parent
9d423245d8
commit
f1f3606fd0
@ -105,7 +105,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
protected override bool ShouldBeConsideredForInput(Drawable child) => State == SelectionState.Selected;
|
protected override bool ShouldBeConsideredForInput(Drawable child) => State == SelectionState.Selected;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Selects this <see cref="SelectionBlueprint"/>, causing it to become visible.
|
/// Selects this <see cref="SelectionBlueprint{T}"/>, causing it to become visible.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void Select() => State = SelectionState.Selected;
|
public void Select() => State = SelectionState.Selected;
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ using osuTK;
|
|||||||
namespace osu.Game.Screens.Edit.Compose.Components
|
namespace osu.Game.Screens.Edit.Compose.Components
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An event which occurs when a <see cref="SelectionBlueprint"/> is moved.
|
/// An event which occurs when a <see cref="SelectionBlueprint{T}"/> is moved.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class MoveSelectionEvent<T>
|
public class MoveSelectionEvent<T>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user