destroyModel
AssetManagerInterface::destroyModel
Destroys a model.
Declaration
virtual void destroyModel(const std::string& modelName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
materialName |
const std::string& |
The name of the Model to destroy. |
Returns
None.