3 namespace SiliconStudio.TextureConverter.Requests
5 internal class SwappingRequest : IRequest
7 public override RequestType
Type {
get {
return RequestType.Swapping; } }
12 public int FirstSubImageIndex {
get; set; }
17 public int SecondSubImageIndex {
get; set; }
23 public SwappingRequest(
int i,
int j)
25 FirstSubImageIndex = i;
26 SecondSubImageIndex = j;
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}.