MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / saveState

Method saveState

SPlisHSPlasH/Emitter.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void SPH::Emitter::saveState(BinaryFileWriter &binWriter)
391{
392 binWriter.write(m_nextEmitTime);
393 binWriter.write(m_emitCounter);
394}
395
396void SPH::Emitter::loadState(BinaryFileReader &binReader)
397{

Callers 1

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected