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

Method removeRigidDynamic

deps/physx/physx/source/physx/src/NpScene.cpp:798–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798void NpScene::removeRigidDynamic(NpRigidDynamic& body, bool wakeOnLostTouch, bool removeFromAggregate)
799{
800 removeActorT(body, body.getScbBodyFast(), this, wakeOnLostTouch, removeFromAggregate);
801}
802
803///////////////////////////////////////////////////////////////////////////////
804

Callers

nothing calls this directly

Calls 1

removeActorTFunction · 0.85

Tested by

no test coverage detected