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

Method hitTest

core/physics/PhysicsContact.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bool EventListenerPhysicsContact::hitTest(PhysicsShape* /*shapeA*/, PhysicsShape* /*shapeB*/)
255{
256 return true;
257}
258
259bool EventListenerPhysicsContact::checkAvailable()
260{

Callers

nothing calls this directly

Calls 2

getBodyMethod · 0.45
getGroupMethod · 0.45

Tested by

no test coverage detected