Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void Body::activateStatic( Body* body, Shape* filter ) {
55
cpBodyActivateStatic( mBody, filter->getShape() );
56
}
57
58
void Body::sleep() {
59
cpBodySleep( mBody );
Callers
nothing calls this directly
Calls
1
getShape
Method · 0.80
Tested by
no test coverage detected