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.FillStyle | PIXI.LineStyle
startIndex number
attribStart number

end (endIndex, endAttrib) void

End batch part

Name Type Description
endIndex number
endAttrib number