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

Method getFrictionType

physx/source/physx/src/NpScene.cpp:1542–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1540}
1541
1542PxFrictionType::Enum NpScene::getFrictionType() const
1543{
1544 NP_READ_CHECK(this);
1545 return mScene.getFrictionType();
1546}
1547
1548///////////////////////////////////////////////////////////////////////////////
1549

Callers 6

sendAllPropertiesMethod · 0.45
SceneClass · 0.45
getPxScene_FrictionTypeFunction · 0.45
startTasksMethod · 0.45
runInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected