Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
UIImageGroup.cs
Go to the documentation of this file.
1 using SiliconStudio.Core.Serialization.Converters;
2 using SiliconStudio.Paradox.Graphics;
3 
4 namespace SiliconStudio.Paradox.UI
5 {
6  /// <summary>
7  /// Represent of group of <see cref="UIImage"/>
8  /// </summary>
9  [DataConverter(AutoGenerate = false, ContentReference = true)]
10  public class UIImageGroup : ImageGroup<UIImage>
11  {
12  }
13 }
Base class for converters to/from a data type.
Represent of group of UIImage
Definition: UIImageGroup.cs:10