getModelName

AssetManagerInterface::getModelName

Returns the name of the model.

Declaration

virtual std::string getModelName(const Model* model) = 0;

Parameters

Name

Type

Description

model

const Model*

The Model to get the name of.

Returns

The name of the Model if it exists, else, returns the empty string "".