MCPcopy Create free account
hub / github.com/axmolengine/axmol / setName

Method setName

core/renderer/Material.cpp:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void Material::setName(std::string_view name)
485{
486 _name = name;
487}
488
489std::string Material::getName() const
490{

Callers 2

parseTechniqueMethod · 0.45
parsePassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected