3 namespace SiliconStudio.TextureConverter.Requests
5 internal class FlippingSubRequest : FlippingRequest
7 public override RequestType
Type {
get {
return RequestType.FlippingSub; } }
12 public int SubImageIndex;
14 public FlippingSubRequest(
int index,
Orientation orientation)
17 SubImageIndex = index;
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}.
Android.Widget.Orientation Orientation