MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetAbsoluteTime

Method GetAbsoluteTime

Source/Graphics/animationreader.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250float AnimationReader::GetAbsoluteTime() {
251 return (*anim).AbsoluteTimeFromNormalized(normalized_time);
252}
253
254void AnimationReader::SetAbsoluteTime(float time) {
255 Animation *anm = (Animation *)&(*anim);

Callers 1

ApplyAnimationFlagsMethod · 0.80

Calls 1

Tested by

no test coverage detected