Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ toggleDebugCallback
Method
toggleDebugCallback
tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void ChipmunkTest::toggleDebugCallback(Object* sender)
101
{
102
_debugLayer->setVisible(!_debugLayer->isVisible());
103
}
104
105
ChipmunkTest::~ChipmunkTest()
106
{
Callers
nothing calls this directly
Calls
2
setVisible
Method · 0.45
isVisible
Method · 0.45
Tested by
no test coverage detected