UNPKG

@animech-public/playcanvas

Version:
8 lines (7 loc) 239 B
export class LightmapCache { static cache: RefCountedCache; static incRef(texture: any): void; static decRef(texture: any): void; static destroy(): void; } import { RefCountedCache } from '../../core/ref-counted-cache.js';