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

Method getPxShape

physx/source/simulationcontroller/src/ScShapeCore.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254PxShape* ShapeCore::getPxShape()
255{
256 return Sc::gOffsetTable.convertScShape2Px(this);
257}
258
259const PxShape* ShapeCore::getPxShape() const
260{

Callers 9

PairMethod · 0.80
syncBoundsMethod · 0.80
getPxShapeFunction · 0.80
fetchActorAndShapeFunction · 0.80
findTriggerContactsFunction · 0.80
populateFunction · 0.80
NpShapeMethod · 0.80

Calls 1

convertScShape2PxMethod · 0.80

Tested by

no test coverage detected