| 77 | |
| 78 | PX_FORCE_INLINE PxU32 getCurrentSizeFast() const { return mNbActors; } |
| 79 | PX_FORCE_INLINE PxActor* getActorFast(PxU32 i) const { return mActors[i]; } |
| 80 | PX_FORCE_INLINE bool getSelfCollideFast() const { return mAggregate.getSelfCollide(); } |
| 81 | |
| 82 | NpScene* getAPIScene() const; |
no outgoing calls
no test coverage detected