MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getFlags

Method getFlags

physx/source/physx/src/NpShape.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626PxShapeFlags NpShape::getFlags() const
627{
628 NP_READ_CHECK(getOwnerScene());
629 return mShape.getFlags();
630}
631
632bool NpShape::isExclusive() const
633{

Callers 15

stepPhysicsFunction · 0.45
renderActorsFunction · 0.45
onInitMethod · 0.45
computeMassAndInertiaFunction · 0.45
getConstraintFlagsMethod · 0.45
PxCloneShapeFunction · 0.45
objectToFileImplMethod · 0.45
getFlagsFastMethod · 0.45
getFlagsUnbufferedMethod · 0.45
~NpWriteCheckMethod · 0.45
sendAllPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected