Files
nothoughts/node_modules/pixi.js/lib/rendering/batcher/shared/BatchGeometry.d.ts
2025-08-04 18:57:35 +02:00

5 lines
144 B
TypeScript

import { Geometry } from '../../renderers/shared/geometry/Geometry';
export declare class BatchGeometry extends Geometry {
constructor();
}