destroyMaterial

AssetManagerInterface::destroyMaterial

Destroys a material.

Declaration

virtual void destroyMaterial(const std::string& materialName) = 0;

Parameters

Name

Type

Description

materialName

const std::string&

The name of the Material to destroy.

Returns

None.