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

Method getNbObjects

deps/physx/physx/source/common/src/CmCollection.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157PxU32 Collection::getNbObjects() const
158{
159 return mObjects.size();
160}
161
162PxBase& Collection::getObject(PxU32 index) const
163{

Callers 14

deserializeObjectsFunction · 0.45
addReadyChunkToSceneMethod · 0.45
destroyChunkMethod · 0.45
loaderThreadMethod · 0.45
MeshBuilderMethod · 0.45
loadMethod · 0.45
releaseObjectsMethod · 0.45
removeMethod · 0.45
getRequiresCollectionMethod · 0.45
isSerializableMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected