Interface: TilingSpriteViewOptions

TilingSpriteViewOptions

Options for the TilingSprite constructor.

Properties:
Name Type Default Description
applyAnchorToTexture boolean false
height number 256

The height of the tiling sprite.

texture core Texture.WHITE

The texture to use for the sprite.

width number 256

The width of the tiling sprite. #

Members

applyAnchorToTexture boolean

Default Value:
  • false
TODO

height number

The height of the tiling sprite.

Default Value:
  • 256

texture core

The texture to use for the sprite.

Default Value:
  • Texture.WHITE

width number

The width of the tiling sprite. #

Default Value:
  • 256