1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:07:36 +08:00

Improve ability to parse xmldoc of SkinnableTargetWrapper

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Dean Herbert 2021-05-13 18:40:28 +09:00 committed by GitHub
parent ebce3fd3c7
commit 01bc71acd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@ using osu.Framework.Graphics.Containers;
namespace osu.Game.Skinning
{
/// <summary>
/// A container which is serialised and can encapsulate multiple skinnable elements into a single return type (for consumption via <see cref="ISkin.GetDrawableComponent"/>.
/// Will also optionally apply default cross-element layout dependencies when initialised from a non-deserialised source.
/// A container which groups the elements of a <see cref="SkinnableTargetContainer"/> into a single object.
/// Optionally also applies a default layout to the elements.
/// </summary>
[Serializable]
public class SkinnableTargetWrapper : Container, ISkinnableDrawable