Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
484
void Material::setName(std::string_view name)
485
{
486
_name = name;
487
}
488
489
std::string Material::getName() const
490
{
Callers
2
parseTechnique
Method · 0.45
parsePass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected