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

Method getGroup

core/physics/PhysicsBody.cpp:888–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888int PhysicsBody::getGroup() const
889{
890 if (!_shapes.empty())
891 {
892 return _shapes.front()->getGroup();
893 }
894 else
895 {
896 return 0;
897 }
898}
899
900void PhysicsBody::setRotationOffset(float rotation)
901{

Callers 3

hitTestMethod · 0.45
continueInitMethod · 0.45

Calls 2

emptyMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected