Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setLoops
Method
setLoops
src/Core/Animation/AnimationGroup.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void AnimationGroup::setLoops(int loops) noexcept
26
{
27
m_loopAmount = loops;
28
}
29
30
void AnimationGroup::pushTexture(const Graphics::Texture& texture)
31
{
Callers
1
executeInstruction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected