| 2751 | } |
| 2752 | |
| 2753 | PxReal NpScene::getWakeCounterResetValue() const |
| 2754 | { |
| 2755 | NP_READ_CHECK(this); |
| 2756 | |
| 2757 | return getWakeCounterResetValueInteral(); |
| 2758 | } |
| 2759 | |
| 2760 | static PX_FORCE_INLINE void shiftRigidActor(PxRigidActor* a, const PxVec3& shift) |
| 2761 | { |
no test coverage detected