mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Remove SelectionInfo
This commit is contained in:
parent
ee168f9a77
commit
20c0dee17d
@ -1,22 +0,0 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
|
||||||
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using osu.Framework.Graphics.Primitives;
|
|
||||||
using osu.Game.Rulesets.Objects.Drawables;
|
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Edit.Layers.Selection
|
|
||||||
{
|
|
||||||
public class SelectionInfo
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// The objects that are captured by the selection.
|
|
||||||
/// </summary>
|
|
||||||
public IEnumerable<DrawableHitObject> Objects;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The screen space quad of the selection box surrounding <see cref="Objects"/>.
|
|
||||||
/// </summary>
|
|
||||||
public Quad SelectionQuad;
|
|
||||||
}
|
|
||||||
}
|
|
@ -357,7 +357,6 @@
|
|||||||
<Compile Include="Rulesets\Edit\Layers\Selection\SelectionDragger.cs" />
|
<Compile Include="Rulesets\Edit\Layers\Selection\SelectionDragger.cs" />
|
||||||
<Compile Include="Rulesets\Edit\Layers\Selection\Handle.cs" />
|
<Compile Include="Rulesets\Edit\Layers\Selection\Handle.cs" />
|
||||||
<Compile Include="Rulesets\Edit\Layers\Selection\HandleContainer.cs" />
|
<Compile Include="Rulesets\Edit\Layers\Selection\HandleContainer.cs" />
|
||||||
<Compile Include="Rulesets\Edit\Layers\Selection\SelectionInfo.cs" />
|
|
||||||
<Compile Include="Rulesets\Edit\Layers\Selection\SelectionLayer.cs" />
|
<Compile Include="Rulesets\Edit\Layers\Selection\SelectionLayer.cs" />
|
||||||
<Compile Include="Screens\Edit\Components\BottomBarContainer.cs" />
|
<Compile Include="Screens\Edit\Components\BottomBarContainer.cs" />
|
||||||
<Compile Include="Screens\Edit\Components\PlaybackControl.cs" />
|
<Compile Include="Screens\Edit\Components\PlaybackControl.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user