mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add better xmldoc for Slider.Velocity
This commit is contained in:
parent
eddb879973
commit
d06490220d
@ -113,7 +113,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
|||||||
public double SpanDuration => Duration / this.SpanCount();
|
public double SpanDuration => Duration / this.SpanCount();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Velocity of this <see cref="Slider"/>.
|
/// The computed velocity of this <see cref="Slider"/>. This is the amount of path distance travelled in 1 ms.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double Velocity { get; private set; }
|
public double Velocity { get; private set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user