MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / isExclusive

Method isExclusive

deps/physx/physx/source/physx/src/NpShape.cpp:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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