sdfsdfs
This commit is contained in:
14
node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildLine.d.ts
generated
vendored
Normal file
14
node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildLine.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { StrokeAttributes } from '../FillTypes';
|
||||
/**
|
||||
* Builds a line to draw using the polygon method.
|
||||
* @param points
|
||||
* @param lineStyle
|
||||
* @param flipAlignment
|
||||
* @param closed
|
||||
* @param vertices
|
||||
* @param _verticesStride
|
||||
* @param _verticesOffset
|
||||
* @param indices
|
||||
* @param _indicesOffset
|
||||
*/
|
||||
export declare function buildLine(points: number[], lineStyle: StrokeAttributes, flipAlignment: boolean, closed: boolean, vertices: number[], _verticesStride: number, _verticesOffset: number, indices: number[], _indicesOffset: number): void;
|
Reference in New Issue
Block a user