mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 05:23:05 +08:00
Apply documentation changes
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
e806e5bcd1
commit
49e62c3a4b
@ -237,7 +237,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An <see cref="OsuScrollContainer"/> with functionality to automatically scrolls whenever the maximum scrollable distance increases.
|
/// An <see cref="OsuScrollContainer"/> with functionality to automatically scroll whenever the maximum scrollable distance increases.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private class ChannelScrollContainer : OsuScrollContainer
|
private class ChannelScrollContainer : OsuScrollContainer
|
||||||
{
|
{
|
||||||
@ -246,7 +246,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
private float? lastExtent;
|
private float? lastExtent;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether this should automatically scroll to end on the next call to <see cref="UpdateAfterChildren"/>.
|
/// Whether this container should automatically scroll to end on the next call to <see cref="UpdateAfterChildren"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool ShouldAutoScroll { get; private set; } = true;
|
public bool ShouldAutoScroll { get; private set; } = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user