mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:47:51 +08:00
Improve ability to parse xmldoc of SkinnableTargetWrapper
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
ebce3fd3c7
commit
01bc71acd2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user