load assets into engine3d cache
add an asset to the load queue
| Parameter | Type | Description |
|---|---|---|
| canvas | String | name of the canvas to add to cache |
| name | String | unique name of the mesh asset |
| path | String | path to the mesh (supports relative path) |
get the size of the load queue of an engine3d canvas
| Parameter | Type | Description |
|---|---|---|
| canvas | String | name of the canvas |