mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 15:43:36 +08:00
Reword slightly, to allow better conformity with IDistanceSnapProvider
This commit is contained in:
parent
f6fc926f1a
commit
1fce0da331
@ -6,8 +6,8 @@ using osuTK;
|
|||||||
namespace osu.Game.Rulesets.Edit
|
namespace osu.Game.Rulesets.Edit
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A snap provider which given the position of a hit object, offers a more correct position and time value inferred from the context of the beatmap.
|
/// A snap provider which given a proposed position for a hit object, potentially offers a more correct position and time value inferred from the context of the beatmap.
|
||||||
/// Provided values are done so in an isolated context, without consideration of other nearby hit objects.
|
/// Provided values are inferred in an isolated context, without consideration of other nearby hit objects.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IPositionSnapProvider
|
public interface IPositionSnapProvider
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user