MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetPosition

Method SetPosition

Source/Engine/Serialization/FileWriteStream.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void FileWriteStream::SetPosition(uint32 seek)
74{
75 Flush();
76 _file->SetPosition(seek);
77}
78
79void FileWriteStream::WriteBytes(const void* data, uint32 bytes)
80{

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected