drawText
private drawText(_helper: PIXI.AbstractRenderer | PIXI.BasePrepare, item: IDisplayObjectExtended) → {boolean}
Built-in hook to draw PIXI.Text to its texture.
Name | Type | Description |
---|---|---|
_helper | PIXI.AbstractRenderer | PIXI.BasePrepare |
Not used by this upload handler |
item | IDisplayObjectExtended |
Item to check |
Type | Description |
---|---|
boolean |
If item was uploaded. |