mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add documentation explaining intertwining logic
This commit is contained in:
parent
9af6ef1864
commit
a27f39a555
@ -109,6 +109,10 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
|
||||
private PlaceholderState placeholderState;
|
||||
|
||||
/// <summary>
|
||||
/// Update the placeholder visibility.
|
||||
/// Setting this to anything other than PlaceholderState.Successful will cancel all existing retrieval requests and hide scores.
|
||||
/// </summary>
|
||||
protected PlaceholderState PlaceholderState
|
||||
{
|
||||
get { return placeholderState; }
|
||||
|
Loading…
Reference in New Issue
Block a user