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 sprite
Name Type Description bitmap
Bitmap The image for the tiling sprite - Sets the x, y, width, and height of the tiling sprite
Name Type Description x
number The x coordinate of the tiling sprite y
number The y coordinate of the tiling sprite width
number The width of the tiling sprite height
number The height of the tiling sprite - Specifies the region of the image that the tiling sprite will use
Name Type Description x
number The x coordinate of the frame y
number The y coordinate of the frame width
number The width of the frame height
number The height of the frame - Updates the tiling sprite for each frame
- Updates the transform on all children of this container for rendering