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

Method PxSceneWriteLock

physx/include/PxSceneLock.h:107–111  ·  view source on GitHub ↗

\brief Constructor \param scene The scene to lock for writing \param file Optional string for debugging purposes \param line Optional line number for debugging purposes */

Source from the content-addressed store, hash-verified

105 \param line Optional line number for debugging purposes
106 */
107 PxSceneWriteLock(PxScene& scene, const char* file=NULL, PxU32 line=0)
108 : mScene(scene)
109 {
110 mScene.lockWrite(file, line);
111 }
112
113 ~PxSceneWriteLock()
114 {

Callers

nothing calls this directly

Calls 1

lockWriteMethod · 0.80

Tested by

no test coverage detected