sdfsdfs
This commit is contained in:
7
node_modules/pixi.js/lib/assets/cache/parsers/cacheTextureArray.d.ts
generated
vendored
Normal file
7
node_modules/pixi.js/lib/assets/cache/parsers/cacheTextureArray.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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[]>;
|
Reference in New Issue
Block a user