Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void ParallelAnimation::OnStart()
143
{
144
for (auto & anim : m_animations)
145
anim->OnStart();
146
}
147
148
void ParallelAnimation::OnFinish()
149
{
Callers
3
CombineAnimation
Method · 0.45
PushAnimation
Method · 0.45
StartNextAnimations
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected