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

Method getStaticBody

src/modules/physics/src/eepp/physics/space.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143Body* Space::getStaticBody() const {
144 return mStatiBody;
145}
146
147bool Space::contains( Shape* shape ) {
148 return cpTrue == cpSpaceContainsShape( mSpace, shape->getShape() );

Callers 5

demo1CreateMethod · 0.80
demo2CreateMethod · 0.80
demo2CreateFunction · 0.80
demo3CreateFunction · 0.80
demo4CreateFunction · 0.80

Calls

no outgoing calls

Tested by 2

demo1CreateMethod · 0.64
demo2CreateMethod · 0.64