Make Introduce bindable property OverlayActivationMode in OsuScreen

This commit is contained in:
Lucas A
2020-08-27 19:29:18 +02:00
parent 66fb5d4174
commit 5949a281fc
3 changed files with 11 additions and 4 deletions

View File

@ -39,9 +39,9 @@ namespace osu.Game.Screens
bool HideOverlaysOnEnter { get; }
/// <summary>
/// Whether overlays should be able to be opened once this screen is entered or resumed.
/// Whether overlays should be able to be opened when this screen is current.
/// </summary>
OverlayActivation InitialOverlayActivationMode { get; }
public Bindable<OverlayActivation> OverlayActivationMode { get; }
/// <summary>
/// The amount of parallax to be applied while this screen is displayed.