CreateMaskFor -> CreateBlueprintFor

This commit is contained in:
smoogipoo
2018-11-06 18:03:21 +09:00
parent 90c813618a
commit 11be820efe
4 changed files with 6 additions and 6 deletions

View File

@ -153,7 +153,7 @@ namespace osu.Game.Rulesets.Edit
/// Creates a <see cref="SelectionBlueprint"/> for a specific <see cref="DrawableHitObject"/>.
/// </summary>
/// <param name="hitObject">The <see cref="DrawableHitObject"/> to create the overlay for.</param>
public virtual SelectionBlueprint CreateMaskFor(DrawableHitObject hitObject) => null;
public virtual SelectionBlueprint CreateBlueprintFor(DrawableHitObject hitObject) => null;
/// <summary>
/// Creates a <see cref="SelectionBox"/> which outlines <see cref="DrawableHitObject"/>s