UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

4 lines (3 loc) 242 B
import { Bounds } from '../../../scene/container/bounds/Bounds'; import type { Container } from '../../../scene/container/Container'; export declare function addMaskBounds(mask: Container, bounds: Bounds, skipUpdateTransform: boolean): void;