sdfsdfs
This commit is contained in:
10
node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildRectangle.d.ts
generated
vendored
Normal file
10
node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildRectangle.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { Rectangle } from '../../../../maths/shapes/Rectangle';
|
||||
import type { ShapeBuildCommand } from './ShapeBuildCommand';
|
||||
/**
|
||||
* Builds a rectangle to draw
|
||||
*
|
||||
* Ignored from docs since it is not directly exposed.
|
||||
* @ignore
|
||||
* @private
|
||||
*/
|
||||
export declare const buildRectangle: ShapeBuildCommand<Rectangle>;
|
Reference in New Issue
Block a user