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

Method seek

physx/source/common/src/CmIO.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 PxU32 length() const { return getData().getLength(); }
87 void seek(PxU32 offset) { getData().seek(offset); }
88 PxU32 tell() { return getData().tell(); }
89
90private:

Callers 2

deserializeObjectsFunction · 0.45
processCloseMethod · 0.45

Calls 1

getDataFunction · 0.50

Tested by

no test coverage detected