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