Add documentation explaining intertwining logic

This commit is contained in:
Dean Herbert
2018-04-18 11:57:06 +09:00
parent 9af6ef1864
commit a27f39a555

View File

@ -109,6 +109,10 @@ namespace osu.Game.Screens.Select.Leaderboards
private PlaceholderState placeholderState; 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 protected PlaceholderState PlaceholderState
{ {
get { return placeholderState; } get { return placeholderState; }