mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Add xmldoc for hiddenbyuser bool
This commit is contained in:
parent
62f2a823f6
commit
5999e4ba33
@ -23,6 +23,9 @@ namespace osu.Game.Overlays.Toolbar
|
||||
public const float HEIGHT = 40;
|
||||
public const float TOOLTIP_HEIGHT = 30;
|
||||
|
||||
/// <summary>
|
||||
/// Whether the user hid this <see cref="Toolbar"/> with <see cref="GlobalAction.ToggleToolbar"/>.
|
||||
/// </summary>
|
||||
public bool HiddenByUser;
|
||||
|
||||
public Action OnHome;
|
||||
|
Loading…
Reference in New Issue
Block a user