findModelByName
AssetManagerInterface::findModelByName
Returns the model associated with the name.
Declaration
virtual Model* findModelByName(const std::string& modelName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
modelName |
const std::string& |
The name of the Model. |
Returns
A pointer to a Model if the name is associated with a model, else, returns nullptr
.