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