Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setDelay
Method
setDelay
src/Core/Animation/AnimationGroup.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void AnimationGroup::setDelay(Time::TimeUnit delay) noexcept
21
{
22
m_delay = delay;
23
}
24
25
void AnimationGroup::setLoops(int loops) noexcept
26
{
Callers
1
loadGroups
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected