Hierarchy

  • IStripeViewSetSpriteOptions

Properties

sheet: IImage<any, MobileOSProps<ImageIOSProps, ImageAndroidProps>>

Image for the frame. It is highly recommended to use the sheet from "assets" folder instead of generating the image. The reason for that is, iOS resizes the images in order to make a better fit, which hinders with the sprite quality.

frameX: number

Frame X count Distinct image count on X axis

frameY: number

Frame Y count Distinct image count on Y axis

frameCount?: number

Frame count of the image. If no value is given, it takes the multiply frameX by frameY value.

Generated using TypeDoc