MCPcopy 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
100void ChipmunkTest::toggleDebugCallback(Object* sender)
101{
102 _debugLayer->setVisible(!_debugLayer->isVisible());
103}
104
105ChipmunkTest::~ChipmunkTest()
106{

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
isVisibleMethod · 0.45

Tested by

no test coverage detected