loader.unload
unload(asset: Asset) → {boolean}
unload the specified asset to free memory
me.loader.unload({name: "avatar", type:"image"});
Name | Type | Description |
---|---|---|
asset | Asset |
Type | Description |
---|---|
boolean |
true if unloaded |