Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ SetDebugDraw
Method
SetDebugDraw
blocks/Box2D/src/Box2D/Dynamics/b2World.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void b2World::SetDebugDraw(b2Draw* debugDraw)
103
{
104
m_debugDraw = debugDraw;
105
}
106
107
b2Body* b2World::CreateBody(const b2BodyDef* def)
108
{
Callers
1
setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected