mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Convert to auto-properties
This commit is contained in:
@ -31,12 +31,12 @@ namespace osu.Game.Screens.Select
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Height of the area above the carousel that should be treated as visible due to transparency of elements in front of it.
|
/// Height of the area above the carousel that should be treated as visible due to transparency of elements in front of it.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public float BleedTop;
|
public float BleedTop { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Height of the area below the carousel that should be treated as visible due to transparency of elements in front of it.
|
/// Height of the area below the carousel that should be treated as visible due to transparency of elements in front of it.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public float BleedBottom;
|
public float BleedBottom { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Triggered when the <see cref="BeatmapSets"/> loaded change and are completely loaded.
|
/// Triggered when the <see cref="BeatmapSets"/> loaded change and are completely loaded.
|
||||||
|
Reference in New Issue
Block a user