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

Method getGravity

physx/source/physx/src/NpScene.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249PxVec3 NpScene::getGravity() const
250{
251 NP_READ_CHECK(this);
252 return mScene.getGravity();
253}
254
255///////////////////////////////////////////////////////////////////////////////
256

Callers 13

stepPhysicsFunction · 0.45
stepPhysicsFunction · 0.45
stepPhysicsFunction · 0.45
concurrentVehicleUpdatesFunction · 0.45
stepPhysicsFunction · 0.45
stepPhysicsFunction · 0.45
stepPhysicsFunction · 0.45
onSubstepMethod · 0.45
computeLambdaMethod · 0.45
sendAllPropertiesMethod · 0.45
getPxScene_GravityFunction · 0.45
runInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected