MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getSimulationEventCallback

Method getSimulationEventCallback

physx/source/physx/src/NpScene.cpp:1558–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558PxSimulationEventCallback* NpScene::getSimulationEventCallback() const
1559{
1560 NP_READ_CHECK(this);
1561 return mScene.getSimulationEventCallback();
1562}
1563
1564void NpScene::setContactModifyCallback(PxContactModifyCallback* callback)
1565{

Callers 4

sendAllPropertiesMethod · 0.45
runMethod · 0.45
preSimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected