mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Disable the display of HUD through DisplayHud property.
This commit is contained in:
@ -487,6 +487,15 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
protected virtual ResumeOverlay CreateResumeOverlay() => null;
|
||||
|
||||
/// <summary>
|
||||
/// Whether to display the HUD with this ruleset.
|
||||
/// Override to false to completely disable the display of the HUD with this ruleset.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// HUD refers here to <see cref="HUDOverlay"/> in player as well as <see cref="BreakOverlay"/>.
|
||||
/// </remarks>
|
||||
public virtual bool DisplayHud => true;
|
||||
|
||||
/// <summary>
|
||||
/// Sets a replay to be used, overriding local input.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user