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

Method getOwnerScene

physx/source/physx/src/NpShape.cpp:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672NpScene* NpShape::getOwnerScene() const
673{
674 return mActor ? NpActor::getOwnerScene(*mActor) : NULL;
675}
676
677NpScene* NpShape::getAPIScene() const
678{

Callers 15

setArticulationFlagsMethod · 0.45
setArticulationFlagMethod · 0.45
getArticulationFlagsMethod · 0.45
getDofsMethod · 0.45
createCacheMethod · 0.45
getCacheDataSizeMethod · 0.45
zeroCacheMethod · 0.45
releaseCacheMethod · 0.45
packJointDataMethod · 0.45
unpackJointDataMethod · 0.45
commonInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected