Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
UIImageGroupData.cs
Go to the documentation of this file.
1 using SiliconStudio.Paradox.Graphics.Data;
2 
3 namespace SiliconStudio.Paradox.UI.Data
4 {
5  public partial class UIImageGroupData : ImageGroupData<UIImageData>
6  {
7  }
8 
9  /// <summary>
10  /// Converter type for <see cref="UIImageGroup"/>.
11  /// </summary>
12  public class UIImageGroupDataConverter : ImageGroupDataConverter<UIImageGroupData, UIImageGroup, UIImageData, UIImage>
13  {
14  }
15 }