Files
nothoughts/node_modules/pixi.js/lib/assets/cache/parsers/cacheTextureArray.d.ts
2025-08-04 18:57:35 +02:00

8 lines
294 B
TypeScript

import { Texture } from '../../../rendering/renderers/shared/texture/Texture';
import type { CacheParser } from '../CacheParser';
/**
* Returns an object of textures from an array of textures to be cached
* @memberof assets
*/
export declare const cacheTextureArray: CacheParser<Texture[]>;