MaskSelection -> SelectionBox

This commit is contained in:
smoogipoo
2018-11-06 17:52:47 +09:00
parent 65bb91dcf7
commit ad2836a61e
5 changed files with 16 additions and 16 deletions

View File

@ -165,10 +165,10 @@ namespace osu.Game.Rulesets.Edit
public virtual SelectionMask CreateMaskFor(DrawableHitObject hitObject) => null;
/// <summary>
/// Creates a <see cref="MaskSelection"/> which outlines <see cref="DrawableHitObject"/>s
/// Creates a <see cref="SelectionBox"/> which outlines <see cref="DrawableHitObject"/>s
/// and handles hitobject pattern adjustments.
/// </summary>
public virtual MaskSelection CreateMaskSelection() => new MaskSelection();
public virtual SelectionBox CreateMaskSelection() => new SelectionBox();
/// <summary>
/// Creates a <see cref="ScalableContainer"/> which provides a layer above or below the <see cref="Playfield"/>.