Files
nothoughts/node_modules/pixi.js/lib/utils/data/updateQuadBounds.d.ts
2025-08-04 18:57:35 +02:00

5 lines
354 B
TypeScript

import type { ObservablePoint } from '../../maths/point/ObservablePoint';
import type { Texture } from '../../rendering/renderers/shared/texture/Texture';
import type { BoundsData } from '../../scene/container/bounds/Bounds';
export declare function updateQuadBounds(bounds: BoundsData, anchor: ObservablePoint, texture: Texture, padding: number): void;