Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isVisible
Method
isVisible
core/3d/Mesh.cpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
bool Mesh::isVisible() const
300
{
301
return _visible;
302
}
303
304
void Mesh::setTexture(std::string_view texPath)
305
{
Callers
1
MeshRenderer.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected