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

Method connect

physx/source/pvd/src/PxPvdDefaultFileTransport.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool PvdDefaultFileTransport::connect()
47{
48 PX_ASSERT(mFileBuffer);
49 mConnected = mFileBuffer->isOpen();
50 return mConnected;
51}
52
53void PvdDefaultFileTransport::disconnect()
54{

Callers

nothing calls this directly

Calls 1

isOpenMethod · 0.45

Tested by

no test coverage detected