4 using System.Collections.Generic;
8 namespace SiliconStudio.TextureConverter.Requests
13 internal class MipMapsGenerationRequest : IRequest
15 public override RequestType
Type {
get {
return RequestType.MipMapsGeneration; } }
24 public Filter.MipMapGeneration Filter {
get;
private set; }
31 public MipMapsGenerationRequest(Filter.MipMapGeneration filter)
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}.