MCPcopy Create free account
hub / github.com/SpartanJ/eepp / activateStatic

Method activateStatic

src/modules/physics/src/eepp/physics/body.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Body::activateStatic( Body* body, Shape* filter ) {
55 cpBodyActivateStatic( mBody, filter->getShape() );
56}
57
58void Body::sleep() {
59 cpBodySleep( mBody );

Callers

nothing calls this directly

Calls 1

getShapeMethod · 0.80

Tested by

no test coverage detected