MCPcopy Create free account
hub / github.com/axmolengine/axmol / SetDebugDraw

Method SetDebugDraw

3rdparty/box2d/src/dynamics/b2_world.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void b2World::SetDebugDraw(b2Draw* debugDraw)
111{
112 m_debugDraw = debugDraw;
113}
114
115b2Body* b2World::CreateBody(const b2BodyDef* def)
116{

Callers 3

initPhysicsMethod · 0.80
TestMethod · 0.80
initPhysicsMethod · 0.80

Calls

no outgoing calls

Tested by 3

initPhysicsMethod · 0.64
TestMethod · 0.64
initPhysicsMethod · 0.64