Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ setRepeatCount
Method
setRepeatCount
example/lottieview.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void LottieView::setRepeatCount(int count)
159
{
160
mRepeatCount = count;
161
}
162
163
void LottieView::setRepeatMode(LottieView::RepeatMode mode)
164
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected