loadAll static method
void
loadAll()
Implementation
static void loadAll() {
_pendingTextures.forEach((e)=>e.load());
_pendingTextures.clear();
}
static void loadAll() {
_pendingTextures.forEach((e)=>e.load());
_pendingTextures.clear();
}