Get a map of currently loaded resource counts by type (Image, Texture, Font, etc.)
None.
counts = resourceCounts print counts // e.g. {Image: 0, Texture: 2, Font: 1, Sound: 0, ...}
There was an error while loading. Please reload this page.