Files
nothoughts/node_modules/pixi.js/lib/scene/container/bounds/getRenderableBounds.d.ts
2025-08-04 18:57:35 +02:00

4 lines
224 B
TypeScript

import type { Renderable } from '../../../rendering/renderers/shared/Renderable';
import type { Bounds } from './Bounds';
export declare function getGlobalRenderableBounds(renderables: Renderable[], bounds: Bounds): Bounds;