onResourcesReady
This event is fired when all resources are ready to be used.
HOW TO TRIGGER
To trigger this event you should call engine.requestResourcesCheck()
.
Example
engine.events.on('onResourcesReady', () => {
console.log;
});
Available on: Client