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