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

Method SetFlags

3rdparty/box2d/src/common/b2_draw.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void b2Draw::SetFlags(uint32 flags)
30{
31 m_drawFlags = flags;
32}
33
34uint32 b2Draw::GetFlags() const
35{

Callers 3

initPhysicsMethod · 0.80
StepMethod · 0.80
initPhysicsMethod · 0.80

Calls

no outgoing calls

Tested by 3

initPhysicsMethod · 0.64
StepMethod · 0.64
initPhysicsMethod · 0.64