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

Method getStaticStructure

physx/source/physx/src/NpScene.cpp:2511–2514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2509}
2510
2511PxPruningStructureType::Enum NpScene::getStaticStructure() const
2512{
2513 return mSQManager.get(PruningIndex::eSTATIC).type();
2514}
2515
2516PxPruningStructureType::Enum NpScene::getDynamicStructure() const
2517{

Callers 2

sendAllPropertiesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected