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

Method getNpScene

physx/source/physx/src/NpConstraint.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348
349NpScene* NpConstraint::getNpScene() const
350{
351 return mConstraint.getScbSceneForAPI() ? static_cast<NpScene*>(mConstraint.getScbSceneForAPI()->getPxScene()) : NULL;
352}
353
354Scb::RigidObject* NpConstraint::getScbRigidObject(PxRigidActor* a)
355{

Callers 3

releaseConstraintsMethod · 0.80

Calls 1

getPxSceneMethod · 0.80

Tested by

no test coverage detected