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