Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
Sc::BodySim* Sc::BodyCore::getSim() const
105
{
106
return static_cast<BodySim*>(Sc::ActorCore::getSim());
107
}
108
109
size_t Sc::BodyCore::getSerialCore(PxsBodyCore& serialCore)
110
{
Callers
15
ArticulationSim
Method · 0.45
applyImpulse
Method · 0.45
computeImpulseResponse
Method · 0.45
addToActiveBodyList
Method · 0.45
removeFromActiveCompoundBodyList
Method · 0.45
removeFromActiveBodyList
Method · 0.45
swapInActiveBodyList
Method · 0.45
setSimulationEventCallback
Method · 0.45
removeConstraint
Method · 0.45
removeArticulation
Method · 0.45
addArticulationJoint
Method · 0.45
removeArticulationJoint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected