1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-17 15:47:20 +08:00

Add note about IDistanceSnapProvider not multiplying DistanceSpacing itself

This commit is contained in:
Dean Herbert 2022-05-05 17:50:17 +09:00
parent 4c884aea5d
commit 947a68006a

View File

@ -16,6 +16,7 @@ namespace osu.Game.Rulesets.Edit
{
/// <summary>
/// A multiplier which changes the ratio of distance travelled per time unit.
/// Importantly, this is provided for manual usage, and not multiplied into any of the methods exposed by this interface.
/// </summary>
/// <seealso cref="BeatmapInfo.DistanceSpacing"/>
IBindable<double> DistanceSpacingMultiplier { get; }