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

Method addShape

deps/physx/physx/source/physx/src/NpFactory.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void NpFactory::addShape(PxShape* shape, bool lock)
143{
144 addToTracking(mShapeTracking, shape, mTrackingMutex, lock);
145}
146
147void NpFactory::onActorRelease(PxActor* a)
148{

Callers

nothing calls this directly

Calls 1

addToTrackingFunction · 0.85

Tested by

no test coverage detected