PIXI.TextureLoader
class TextureLoader
Loader plugin for handling Texture resources.
Constructor
new PIXI.TextureLoader() → {}
Summary
Methods from TextureLoader
void |
Handle SVG elements a text, render with SVGResource. |
void |
|
Public Methods
static add() → {void}
Handle SVG elements a text, render with SVGResource.
Type | Description |
---|---|
void |
static use(resource: PIXI.LoaderResource, next: Function) → {void}
Called after a resource is loaded.
Name | Type | Description |
---|---|---|
resource | PIXI.LoaderResource | |
next | Function |
Type | Description |
---|---|
void |