| 1540 | } |
| 1541 | |
| 1542 | PxFrictionType::Enum NpScene::getFrictionType() const |
| 1543 | { |
| 1544 | NP_READ_CHECK(this); |
| 1545 | return mScene.getFrictionType(); |
| 1546 | } |
| 1547 | |
| 1548 | /////////////////////////////////////////////////////////////////////////////// |
| 1549 |
no outgoing calls
no test coverage detected