MCPcopy 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
299bool Mesh::isVisible() const
300{
301 return _visible;
302}
303
304void Mesh::setTexture(std::string_view texPath)
305{

Callers 1

MeshRenderer.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected