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

Method Load

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

Source from the content-addressed store, hash-verified

104
105template <typename _ValueType>
106void RawTrack<_ValueType>::Load(io::IArchive& _archive, uint32_t _version) {
107 (void)_version;
108 SKR_ASSERT(_version == 1);
109 _archive >> keyframes;
110 _archive >> name;
111}
112
113// Explicitly instantiate supported raw tracks.
114template struct RawTrack<float>;

Callers 1

LoadImporterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected