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

Method getPxScene

physx/source/physx/src/buffering/ScbScene.cpp:372–375  ·  view source on GitHub ↗

PT: TODO: inline this

Source from the content-addressed store, hash-verified

370
371// PT: TODO: inline this
372PxScene* Scb::Scene::getPxScene()
373{
374 return const_cast<NpScene*>(getNpScene(this));
375}
376
377///////////////////////////////////////////////////////////////////////////////
378template<typename T>

Callers 15

getOwnerSceneMethod · 0.80
getAPISceneMethod · 0.80
addArticulationMethod · 0.80
addAggregateMethod · 0.80
releaseActorTFunction · 0.80
getAPISceneMethod · 0.80
getOwnerSceneMethod · 0.80
getAPISceneMethod · 0.80
getOwnerSceneMethod · 0.80
getOwnerSceneMethod · 0.80
getNpSceneMethod · 0.80
updatePvdPropertiesMethod · 0.80

Calls 1

getNpSceneFunction · 0.85

Tested by

no test coverage detected