LogoPixi’VN
pixi-jsFunctions

Function: buildLine()

> buildLine(points, lineStyle, flipAlignment, closed, vertices, indices): void

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildLine.d.ts:12

Internal

Builds a line to draw using the polygon method.

Parameters

points

number[]

lineStyle

StrokeAttributes

flipAlignment

boolean

closed

boolean

vertices

number[]

indices

number[]

Returns

void