Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ isValid
Function
isValid
physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:704–707 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
702
mIndex = INVALID_ID;
703
}
704
PX_FORCE_INLINE bool isValid() const
705
{
706
return mIndex != INVALID_ID;
707
}
708
709
#if PX_DEBUG
710
bool mUpdated;
Callers
3
BpBroadPhaseMBP.cpp
File · 0.70
setUpdateData
Method · 0.70
setUpdateData
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected