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

Method getFlags

physx/source/physx/src/NpScene.cpp:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313PxSceneFlags NpScene::getFlags() const
314{
315 NP_READ_CHECK(this);
316 return mScene.getFlags();
317}
318
319///////////////////////////////////////////////////////////////////////////////
320

Callers 9

addArticulationMethod · 0.95
~NpSceneMethod · 0.45
releaseMethod · 0.45
setFlagMethod · 0.45
startWriteMethod · 0.45
stopWriteMethod · 0.45
startReadMethod · 0.45
stopReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected