new TilingSprite(texture, width, height)
A tiling sprite is a fast way of rendering a tiling image
Parameters
Name | Type | Description |
---|---|---|
texture | PIXI.Texture | the texture of the tiling sprite |
width | Number | the width of the tiling sprite |
height | Number | the height of the tiling sprite |
- Source code: pixi/extras/TilingSprite.js (Line 5)
Please login to continue.