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

Method getSim

physx/source/simulationcontroller/src/ScBodyCore.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Sc::BodySim* Sc::BodyCore::getSim() const
105{
106 return static_cast<BodySim*>(Sc::ActorCore::getSim());
107}
108
109size_t Sc::BodyCore::getSerialCore(PxsBodyCore& serialCore)
110{

Callers 15

ArticulationSimMethod · 0.45
applyImpulseMethod · 0.45
addToActiveBodyListMethod · 0.45
swapInActiveBodyListMethod · 0.45
removeConstraintMethod · 0.45
removeArticulationMethod · 0.45
addArticulationJointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected