API Docs for: v0.1.0
Show:

TilingSprite Class

Extends PIXI.DisplayObjectContainer(http://www.goodboydigital.com/pixijs/docs/classes/DisplayObjectContainer.html)

A tiling sprite is a fast way of rendering a tiling image This is directly exposing PIXI.TilingSprite

Constructor

TilingSprite

(
  • texture
  • width
  • height
)

Parameters:

  • texture Texture

    the texture of the tiling sprite

  • width Number

    the width of the tiling sprite

  • height Number

    the height of the tiling sprite

Item Index