sdfsdfs
This commit is contained in:
5
node_modules/pixi.js/lib/scene/container/bounds/getLocalBounds.d.ts
generated
vendored
Normal file
5
node_modules/pixi.js/lib/scene/container/bounds/getLocalBounds.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Matrix } from '../../../maths/matrix/Matrix';
|
||||
import type { Container } from '../Container';
|
||||
import type { Bounds } from './Bounds';
|
||||
export declare function getLocalBounds(target: Container, bounds: Bounds, relativeMatrix?: Matrix): Bounds;
|
||||
export declare function getParent(target: Container, root: Container, matrix: Matrix): void;
|
Reference in New Issue
Block a user