destroyMaterial

Script::destroyMaterial

Destroys a material.

Declaration

void destroyMaterial(const std::string& materialName);

Parameters

Name

Type

Description

materialName

const std::string&

The name of the Material to destroy.

Returns

None.