areResourcesReady
Checks if the resources are ready.
Syntax
engine.areResourcesReady();
Returns
Promise<boolean>- A promise that resolves totrueif the resources are ready,falseotherwise.
Example
const areReady = await engine.areResourcesReady();
conole.log('Resources are ready:', areReady);
Available on: Client