mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Add mention of return type for Duck
method
This commit is contained in:
parent
31ed0d219a
commit
20ba6ca867
@ -262,6 +262,7 @@ namespace osu.Game.Overlays
|
||||
/// <summary>
|
||||
/// Attenuates the volume and/or filters the currently playing track.
|
||||
/// </summary>
|
||||
/// <returns>A <see cref="IDisposable"/> which will restore the duck operation when disposed, or <c>null</c> if another duck operation was already in progress.</returns>
|
||||
public IDisposable? Duck(DuckParameters? parameters = null)
|
||||
{
|
||||
parameters ??= new DuckParameters();
|
||||
|
Loading…
Reference in New Issue
Block a user