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

Method getId

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

Source from the content-addressed store, hash-verified

183}
184
185PxSerialObjectId Collection::getId(const PxBase& object) const
186{
187 const ObjectToIdMap::Entry* e = mObjects.find(const_cast<PxBase*>(&object));
188 return e ? e->second : PX_SERIAL_OBJECT_ID_INVALID;
189}
190
191PxU32 Collection::getIds(PxSerialObjectId* userBuffer, PxU32 bufferSize, PxU32 startIndex) const
192{

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected