Class MemoryCacheInspector
Methods
Static addAdditionalResource
-
Parameters
Returns void
Static getAssetCacheCount
-
Returns {}
-
[assetType: string]: { count: number; everCount: number; totalSize: number }
-
count: number
-
everCount: number
-
totalSize: number
Static getAssetCacheDetailByType
- getAssetCacheDetailByType(type: string): { key: string; size: number }[]
-
Parameters
Returns { key: string; size: number }[]
Static getGfxCacheCount
-
Returns {}
-
[gfxObjType: string]: number
Static getGraphicResource
- getGraphicResource(): { canvasSize: any; imageSize: any; imageSrc: any }
-
Returns { canvasSize: any; imageSize: any; imageSrc: any }
-
canvasSize: any
-
imageSize: any
-
imageSrc: any
Static getLoaderStringCount
- getLoaderStringCount(): number
-
Returns number