The sprite object for a tiling image.
| Name | Type | Description |
|---|---|---|
bitmap |
Bitmap |
The image for the tiling sprite. |
Extends
- PIXI.TilingSprite
Members
-
bitmap Bitmap
-
The image for the tiling sprite.
-
The opacity of the tiling sprite (0 to 255).
-
origin Point
-
The origin point of the tiling sprite for scrolling.
Methods
-
Destroys the tiling sprite.
-
Sets the x, y, width, and height all at once.
Name 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 use.
Name 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.