mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 12:43:09 +08:00
Reword ForcedSearchTerm
xmldoc
This commit is contained in:
parent
0e5c99b760
commit
e43c233b48
@ -8,10 +8,11 @@ namespace osu.Game.Overlays.Mods
|
|||||||
public partial class ModSearchContainer : SearchContainer
|
public partial class ModSearchContainer : SearchContainer
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A string that should match the <see cref="IFilterable"/> children
|
/// Same as <see cref="SearchContainer{T}.SearchTerm"/> except the filtering is guarantied to be performed
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Same as <see cref="SearchContainer{T}.SearchTerm"/> except the filtering is guarantied to be performed even when <see cref="SearchContainer{T}.Update"/> can't be run.
|
/// This is required because <see cref="ModColumn"/> can be hidden when search term applied
|
||||||
|
/// therefore <see cref="SearchContainer{T}.Update"/> cannot be reached and filter cannot automatically re-validate itself.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public string ForcedSearchTerm
|
public string ForcedSearchTerm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user