Class: BatchPart

PIXI.graphicsUtils.BatchPart

A structure to hold interim batch objects for Graphics.

Methods

begin (style, startIndex, attribStart) void

Begin batch part.

Name Type Description
style PIXI.LineStyle | PIXI.FillStyle
startIndex number
attribStart number

end (endIndex, endAttrib) void

End batch part.

Name Type Description
endIndex number
endAttrib number