MCPcopy Create free account
hub / github.com/comaps/comaps / FinishObjectAnimations

Method FinishObjectAnimations

libs/drape_frontend/animation_system.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void AnimationSystem::FinishObjectAnimations(Animation::Object object, bool rewind, bool finishAll)
344{
345 FinishAnimations([&object](std::shared_ptr<Animation> const & anim) { return anim->HasObject(object); }, rewind,
346 finishAll);
347}
348
349void AnimationSystem::Advance(double elapsedSeconds)
350{

Callers 1

Calls 1

HasObjectMethod · 0.45

Tested by

no test coverage detected