LogoPixi’VN
pixi-jsFunctions

Function: buildPixelLine()

> buildPixelLine(points, closed, vertices, indices): void

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildPixelLine.d.ts:9

Internal

Builds a line to draw using the polygon method.

Parameters

points

number[]

closed

boolean

vertices

number[]

indices

number[]

Returns

void