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

Method getScene

physx/source/physx/src/NpConstraint.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157// ~PX_SERIALIZATION
158
159PxScene* NpConstraint::getScene() const
160{
161 return getNpScene();
162}
163
164void NpConstraint::getActors(PxRigidActor*& actor0, PxRigidActor*& actor1) const
165{

Callers 5

NpConstraintMethod · 0.45
releaseMethod · 0.45
setActorsMethod · 0.45
getSceneFromActorsMethod · 0.45

Calls 1

getNpSceneFunction · 0.85

Tested by

no test coverage detected