Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
private:
Callers
2
deserializeObjects
Function · 0.45
processClose
Method · 0.45
Calls
1
getData
Function · 0.50
Tested by
no test coverage detected