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

Method registerObject

physx/source/pvd/src/PxPvdImpl.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279bool PvdImpl::registerObject(const void* inItem)
280{
281 return mObjectRegistrar.addItem(inItem);
282}
283
284
285bool PvdImpl::unRegisterObject(const void* inItem)

Calls 1

addItemMethod · 0.80

Tested by

no test coverage detected