MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / LoadFromStream

Method LoadFromStream

src/Ext/ParticleSystemType/Body.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void ParticleSystemTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
26{
27 Extension<ParticleSystemTypeClass>::LoadFromStream(Stm);
28 this->Serialize(Stm);
29}
30
31void ParticleSystemTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
32{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected