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

Method getOwnerScene

physx/source/physx/src/NpActor.cpp:469–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468
469NpScene* NpActor::getOwnerScene(const PxActor& actor)
470{
471 const Scb::Actor& scbActor = getScbFromPxActor(actor);
472 Scb::Scene* scbScene = scbActor.getScbScene();
473 return scbScene? static_cast<NpScene*>(scbScene->getPxScene()) : NULL;
474}
475
476NpScene* NpActor::getAPIScene(const PxActor& actor)
477{

Callers

nothing calls this directly

Calls 1

getPxSceneMethod · 0.80

Tested by

no test coverage detected