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

Method removeFromAggregateList

physx/source/physx/src/NpScene.h:487–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485
486
487PX_FORCE_INLINE void NpScene::removeFromAggregateList(PxAggregate& aggregate)
488{
489 const bool exists = mAggregates.erase(&aggregate);
490 PX_ASSERT(exists);
491 PX_UNUSED(exists);
492}
493
494}
495

Callers 1

releaseMethod · 0.80

Calls 2

PX_UNUSEDFunction · 0.85
eraseMethod · 0.45

Tested by

no test coverage detected