Table of Contents
Script::destroyModel
Destroys a model.
void destroyModel(const std::string& modelName);
Name
Type
Description
materialName
const std::string&
The name of the Model to destroy.
None.