MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / ~NpShapeManager

Method ~NpShapeManager

physx/source/physx/src/NpShapeManager.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63NpShapeManager::~NpShapeManager()
64{
65 PX_ASSERT(!mPruningStructure);
66 PtrTableStorageManager& sm = NpFactory::getInstance().getPtrTableStorageManager();
67 mShapes.clear(sm);
68 mSceneQueryData.clear(sm);
69}
70
71void NpShapeManager::exportExtraData(PxSerializationContext& stream)
72{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected