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

Method getNbAggregates

physx/source/physx/src/NpScene.cpp:1195–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195PxU32 NpScene::getNbAggregates() const
1196{
1197 NP_READ_CHECK(this);
1198 return mAggregates.size();
1199}
1200
1201PxU32 NpScene::getAggregates(PxAggregate** userBuffer, PxU32 bufferSize, PxU32 startIndex) const
1202{

Callers 2

createCollectionMethod · 0.80
getNbPxScene_AggregatesFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected