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

Method isExclusive

physx/source/physx/src/NpShape.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632bool NpShape::isExclusive() const
633{
634 NP_READ_CHECK(getOwnerScene());
635 return (mExclusiveAndActorCount & EXCLUSIVE_MASK) != 0;
636}
637
638void NpShape::onActorAttach(PxRigidActor& actor)
639{

Callers 10

releaseObjectsMethod · 0.80
copyStaticPropertiesFunction · 0.80
handleShapesFunction · 0.80
createInstanceMethod · 0.80
destroyInstanceMethod · 0.80
attachShapeMethod · 0.80
attachShapeMethod · 0.80
isAddedShapeMethod · 0.80
getPxShape_IsExclusiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected