Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ getFlags
Method
getFlags
physx/source/physx/src/NpConstraint.cpp:232–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
PxConstraintFlags NpConstraint::getFlags() const
233
{
234
NP_READ_CHECK(getNpScene());
235
return mConstraint.getFlags();
236
}
237
238
239
void NpConstraint::setFlag(PxConstraintFlag::Enum flag, bool value)
Callers
1
setFlag
Method · 0.45
Calls
1
getNpScene
Function · 0.85
Tested by
no test coverage detected