1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +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 namespace osu.Game.Skinning
{ {
/// <summary> /// <summary>
/// A container which is serialised and can encapsulate multiple skinnable elements into a single return type (for consumption via <see cref="ISkin.GetDrawableComponent"/>. /// A container which groups the elements of a <see cref="SkinnableTargetContainer"/> into a single object.
/// Will also optionally apply default cross-element layout dependencies when initialised from a non-deserialised source. /// Optionally also applies a default layout to the elements.
/// </summary> /// </summary>
[Serializable] [Serializable]
public class SkinnableTargetWrapper : Container, ISkinnableDrawable public class SkinnableTargetWrapper : Container, ISkinnableDrawable