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

Method OnStart

libs/drape_frontend/animation/parallel_animation.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ParallelAnimation::OnStart()
143{
144 for (auto & anim : m_animations)
145 anim->OnStart();
146}
147
148void ParallelAnimation::OnFinish()
149{

Callers 3

CombineAnimationMethod · 0.45
PushAnimationMethod · 0.45
StartNextAnimationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected