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

Method getAPIScene

physx/source/physx/src/NpAggregate.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346NpScene* NpAggregate::getAPIScene() const
347{
348 return mAggregate.getScbSceneForAPI() ? static_cast<NpScene*>(mAggregate.getScbSceneForAPI()->getPxScene()) : NULL;
349}
350
351NpScene* NpAggregate::getOwnerScene() const
352{

Callers

nothing calls this directly

Calls 1

getPxSceneMethod · 0.80

Tested by

no test coverage detected