MCPcopy 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
232PxConstraintFlags NpConstraint::getFlags() const
233{
234 NP_READ_CHECK(getNpScene());
235 return mConstraint.getFlags();
236}
237
238
239void NpConstraint::setFlag(PxConstraintFlag::Enum flag, bool value)

Callers 1

setFlagMethod · 0.45

Calls 1

getNpSceneFunction · 0.85

Tested by

no test coverage detected