UNPKG

pixi.js

Version:

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

4 lines (3 loc) 193 B
import type { Matrix } from '../../../maths/matrix/Matrix'; import type { Container } from '../Container'; export declare function updateLocalTransform(lt: Matrix, container: Container): void;