Class GenerateTextureSystem

System that manages the generation of textures from the renderer.

Memberof

PIXI

Implements

Constructors

Properties

Methods

Constructors

Properties

renderer: IRenderer<ICanvas>

Methods

  • Generic destroy methods to be overridden by the subclass

    Returns void

  • A Useful function that returns a texture of the display object that can then be used to create sprites This can be quite useful if your displayObject is complicated and needs to be reused multiple times.

    Parameters

    Returns RenderTexture

    a shiny new texture of the display object passed in

Generated using TypeDoc