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

Method onContactBegin

tests/cpp-tests/Source/PhysicsTest/PhysicsTest.cpp:1154–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152}
1153
1154bool PhysicsDemoOneWayPlatform::onContactBegin(PhysicsContact& contact)
1155{
1156 return contact.getContactData()->normal.y < 0;
1157}
1158
1159std::string PhysicsDemoOneWayPlatform::title() const
1160{

Callers

nothing calls this directly

Calls 2

getCategoryBitmaskMethod · 0.80
getBodyMethod · 0.45

Tested by

no test coverage detected