sdfsdfs
This commit is contained in:
10
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.mjs
generated
vendored
Normal file
10
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Matrix } from '../../../../maths/matrix/Matrix.mjs';
|
||||
import { Pool } from '../../../../utils/pool/Pool.mjs';
|
||||
import { Bounds } from '../Bounds.mjs';
|
||||
|
||||
"use strict";
|
||||
const matrixPool = new Pool(Matrix);
|
||||
const boundsPool = new Pool(Bounds);
|
||||
|
||||
export { boundsPool, matrixPool };
|
||||
//# sourceMappingURL=matrixAndBoundsPool.mjs.map
|
Reference in New Issue
Block a user