mirror of
https://github.com/ppy/osu
synced 2025-02-01 02:41:52 +00:00
Add remark about usage of CalculateAll()
This commit is contained in:
parent
567da9214e
commit
bedd07d2e4
@ -120,6 +120,9 @@ namespace osu.Game.Rulesets.Difficulty
|
||||
/// <summary>
|
||||
/// Calculates the difficulty of the beatmap using all mod combinations applicable to the beatmap.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This should only be used to compute difficulties for legacy mod combinations.
|
||||
/// </remarks>
|
||||
/// <returns>A collection of structures describing the difficulty of the beatmap for each mod combination.</returns>
|
||||
public IEnumerable<DifficultyAttributes> CalculateAll(CancellationToken cancellationToken = default)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user