PIXI.graphicsUtils.BatchPart
class BatchPart
A structure to hold interim batch objects for Graphics.
Summary
Methods from BatchPart
| void |
|
| void |
|
Public Methods
begin(style: PIXI.LineStyle | PIXI.FillStyle, startIndex: number, attribStart: number) → {void}
Begin batch part.
| Name | Type | Description |
|---|---|---|
| style | PIXI.LineStyle | PIXI.FillStyle | |
| startIndex | number | |
| attribStart | number |
| Type | Description |
|---|---|
| void |
end(endIndex: number, endAttrib: number) → {void}
End batch part.
| Name | Type | Description |
|---|---|---|
| endIndex | number | |
| endAttrib | number |
| Type | Description |
|---|---|
| void |