MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getIsWireframeEnabled

Method getIsWireframeEnabled

testbed/src/Scene.h:391–393  ·  view source on GitHub ↗

Return true if wireframe rendering is enabled

Source from the content-addressed store, hash-verified

389
390// Return true if wireframe rendering is enabled
391inline bool Scene::getIsWireframeEnabled() const {
392 return mIsWireframeEnabled;
393}
394
395// Enable/disable wireframe rendering
396inline void Scene::setIsWireframeEnabled(bool isEnabled) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected