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

Method getOwnerScene

physx/source/physx/src/NpAggregate.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351NpScene* NpAggregate::getOwnerScene() const
352{
353 return mAggregate.getScbScene() ? static_cast<NpScene*>(mAggregate.getScbScene()->getPxScene()) : NULL;
354}
355
356bool NpAggregate::getSelfCollision() const
357{

Callers

nothing calls this directly

Calls 1

getPxSceneMethod · 0.80

Tested by

no test coverage detected