mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 12:02:54 +08:00
Fix incorrect xmldoc
This commit is contained in:
parent
00b3eea840
commit
ff815cb4b4
@ -60,7 +60,7 @@ namespace osu.Game.Skinning
|
|||||||
IBindable<TValue> GetConfig<TLookup, TValue>(TLookup lookup);
|
IBindable<TValue> GetConfig<TLookup, TValue>(TLookup lookup);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// For the specified texture, find any potential skin that can fulfill the lookup.
|
/// Find the first (if any) skin that can fulfill the lookup.
|
||||||
/// This should be used for cases where subsequent lookups (for related components) need to occur on the same skin.
|
/// This should be used for cases where subsequent lookups (for related components) need to occur on the same skin.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>The skin to be used for subsequent lookups, or <c>null</c> if none is available.</returns>
|
/// <returns>The skin to be used for subsequent lookups, or <c>null</c> if none is available.</returns>
|
||||||
|
Loading…
Reference in New Issue
Block a user