mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add xmldocs
This commit is contained in:
parent
b57d709d15
commit
9b6e26583b
@ -28,7 +28,14 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
public class BeatmapCarousel : CompositeDrawable, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
/// <summary>
|
||||
/// Height of the area above the carousel that should be treated as visible due to transparency of elements in front of it.
|
||||
/// </summary>
|
||||
public float BleedTop;
|
||||
|
||||
/// <summary>
|
||||
/// Height of the area below the carousel that should be treated as visible due to transparency of elements in front of it.
|
||||
/// </summary>
|
||||
public float BleedBottom;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user