sdfsdfs
This commit is contained in:
9
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.d.ts
generated
vendored
Normal file
9
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Matrix } from '../../../../maths/matrix/Matrix';
|
||||
import { Pool } from '../../../../utils/pool/Pool';
|
||||
import { Bounds } from '../Bounds';
|
||||
import type { PoolItem } from '../../../../utils/pool/Pool';
|
||||
type MatrixPoolItem = Matrix & PoolItem;
|
||||
type BoundsPoolItem = Bounds & PoolItem;
|
||||
export declare const matrixPool: Pool<MatrixPoolItem>;
|
||||
export declare const boundsPool: Pool<BoundsPoolItem>;
|
||||
export {};
|
Reference in New Issue
Block a user