The sprite object for a tiling image
| Name | Type | Description | 
|---|---|---|
| bitmap | Bitmap | The image for the tiling sprite | 
Extends
- PIXI.TilingSprite
Members
- bitmapBitmap
- The image for the tiling sprite
- The opacity of the tiling sprite (0 to 255)
- originPoint
- The origin point of the tiling sprite for scrolling
Methods
- Destroys the tiling sprite
- Initializes the tiling spriteName Type Description bitmapBitmap The image for the tiling sprite 
- Sets the x, y, width, and height of the tiling spriteName Type Description xnumber The x coordinate of the tiling sprite ynumber The y coordinate of the tiling sprite widthnumber The width of the tiling sprite heightnumber The height of the tiling sprite 
- Specifies the region of the image that the tiling sprite will useName Type Description xnumber The x coordinate of the frame ynumber The y coordinate of the frame widthnumber The width of the frame heightnumber The height of the frame 
- Updates the tiling sprite for each frame
- Updates the transform on all children of this container for rendering