TilingSprite

Class: PIXI.TilingSprite

Constructor

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