| 153 | //--------------------------------------------------------------------------------- |
| 154 | public: |
| 155 | PX_FORCE_INLINE bool isActive() const { return (mActiveListIndex < SC_NOT_IN_ACTIVE_LIST_INDEX); } |
| 156 | void setActive(bool active, PxU32 infoFlag=0); // see ActivityChangeInfoFlag |
| 157 | |
| 158 | PX_FORCE_INLINE PxU32 getActiveListIndex() const { return mActiveListIndex; } // if the body is active, the index is smaller than SC_NOT_IN_ACTIVE_LIST_INDEX |
no outgoing calls
no test coverage detected