mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Add xmldoc for public property
This commit is contained in:
parent
a63b6a3ddf
commit
02f590309d
@ -31,6 +31,9 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public double LowHealthThreshold = 0.20f;
|
public double LowHealthThreshold = 0.20f;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Whether the current player health should be shown on screen.
|
||||||
|
/// </summary>
|
||||||
public readonly Bindable<bool> ShowHealth = new Bindable<bool>();
|
public readonly Bindable<bool> ShowHealth = new Bindable<bool>();
|
||||||
|
|
||||||
private readonly Bindable<bool> fadePlayfieldWhenHealthLow = new Bindable<bool>();
|
private readonly Bindable<bool> fadePlayfieldWhenHealthLow = new Bindable<bool>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user