mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
ContentVisible
-> HiddenByRulesetImplementation
This commit is contained in:
@ -48,13 +48,13 @@ namespace osu.Game.Screens.Play.HUD
|
||||
private readonly Container counterContainer;
|
||||
|
||||
/// <summary>
|
||||
/// Changes the visibility state of the combo counter internally without affecting its <see cref="SkinnableInfo"/>.
|
||||
/// Hides the combo counter internally without affecting its <see cref="SkinnableInfo"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This is used for rulesets that provide their own combo counter and don't want the HUD one to be visible,
|
||||
/// This is used for rulesets that provide their own combo counter and don't want this HUD one to be visible,
|
||||
/// without potentially affecting the user's selected skin.
|
||||
/// </remarks>
|
||||
public bool ContentVisible
|
||||
public bool HiddenByRulesetImplementation
|
||||
{
|
||||
set => counterContainer.Alpha = value ? 1 : 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user