Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/VoxelAnim/Body.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void VoxelAnimExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
43
{
44
Extension<VoxelAnimClass>::SaveToStream(Stm);
45
this->Serialize(Stm);
46
}
47
48
bool VoxelAnimExt::LoadGlobals(PhobosStreamReader& Stm)
49
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected