4 using System.Collections.Generic;
7 using System.Threading.Tasks;
9 using SiliconStudio.Paradox.Graphics;
11 namespace SiliconStudio.TextureConverter.Requests
16 internal class ExportToParadoxRequest : IRequest
19 public override RequestType
Type {
get {
return RequestType.ExportToParadox; } }
24 public Image PdxImage {
get; set; }
29 public ExportToParadoxRequest()
Provides method to instantiate an image 1D/2D/3D supporting TextureArray and mipmaps on the CPU or to...
The type of the serialized type will be passed as a generic arguments of the serializer. Example: serializer of A becomes instantiated as Serializer{A}.