MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / getGravity

Method getGravity

deps/physx/physx/source/physx/src/NpScene.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246PxVec3 NpScene::getGravity() const
247{
248 NP_READ_CHECK(this);
249 return mScene.getGravity();
250}
251
252///////////////////////////////////////////////////////////////////////////////
253

Callers 12

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