Files
nothoughts/node_modules/pixi.js/lib/scene/mesh/shared/getTextureDefaultMatrix.d.ts
2025-08-04 18:57:35 +02:00

4 lines
232 B
TypeScript

import type { Matrix } from '../../../maths/matrix/Matrix';
import type { Texture } from '../../../rendering/renderers/shared/texture/Texture';
export declare function getTextureDefaultMatrix(texture: Texture, out: Matrix): Matrix;