mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 18:33:04 +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 HEIGHT = 40;
|
||||||
public const float TOOLTIP_HEIGHT = 30;
|
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 bool HiddenByUser;
|
||||||
|
|
||||||
public Action OnHome;
|
public Action OnHome;
|
||||||
|
Loading…
Reference in New Issue
Block a user