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

Method getLimits

physx/source/physx/src/NpScene.cpp:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284//////////////////////////////////////////////////////////////////////////
285
286PxSceneLimits NpScene::getLimits() const
287{
288 NP_READ_CHECK(this);
289
290 return mScene.getLimits();
291}
292
293///////////////////////////////////////////////////////////////////////////////
294

Callers 3

sendAllPropertiesMethod · 0.80
ScbScene.hFile · 0.80
getPxScene_LimitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected