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