add xmldoc and formatting

This commit is contained in:
unknown
2020-01-28 18:04:00 +08:00
parent a3cfeb08d4
commit 894642d588
2 changed files with 32 additions and 4 deletions

View File

@ -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;