1 using System.Collections.Generic;
3 using SiliconStudio.Assets;
4 using SiliconStudio.Assets.Compiler;
5 using SiliconStudio.Core;
7 namespace SiliconStudio.Paradox.Assets.UIImage
12 [DataContract(
"UIImageGroup")]
13 [AssetFileExtension(FileExtension)]
14 [AssetCompiler(typeof(UIImageGroupCompiler))]
15 [AssetFactory(typeof(UIImageGroupFactory))]
16 [ThumbnailCompiler(PreviewerCompilerNames.UIImageGroupThumbnailCompilerQualifiedName)]
23 public const string FileExtension =
".pdxuiimage";
Describes a sprite group asset.
Interface to create default instance of an asset type.
Contains user-friendly names and descriptions of an asset type.
Describes an image group asset.