mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
add xmldoc and formatting
This commit is contained in:
@ -35,6 +35,10 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private readonly Container nubContainer;
|
||||
|
||||
public virtual string TooltipText { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether to format the tooltip as a percentage or the actual value.
|
||||
/// </summary>
|
||||
public bool DisplayAsPercentage { get; set; }
|
||||
|
||||
private Color4 accentColour;
|
||||
|
Reference in New Issue
Block a user