Return true if wireframe rendering is enabled
| 389 | |
| 390 | // Return true if wireframe rendering is enabled |
| 391 | inline bool Scene::getIsWireframeEnabled() const { |
| 392 | return mIsWireframeEnabled; |
| 393 | } |
| 394 | |
| 395 | // Enable/disable wireframe rendering |
| 396 | inline void Scene::setIsWireframeEnabled(bool isEnabled) { |
nothing calls this directly
no outgoing calls
no test coverage detected