Format
typescript
Resources.LoadAsync(id, callback)class: Resources
Description
Asynchronously loads the specified resource by id.
Parameters
| param_name | type | description |
|---|---|---|
| id | string | The id of the resource. |
| callback | IOnResourceLoaded? | The callback function. |
Return
| type | description |
|---|---|
boolean | Whether the asynchronous loading was successful. |
