MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Save

Method Save

modules/tools/animation_tool/src/raw_track.cc:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99template <typename _ValueType>
100void RawTrack<_ValueType>::Save(io::OArchive& _archive) const {
101 _archive << keyframes;
102 _archive << name;
103}
104
105template <typename _ValueType>
106void RawTrack<_ValueType>::Load(io::IArchive& _archive, uint32_t _version) {

Callers 11

CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected