MCPcopy 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
158void LottieView::setRepeatCount(int count)
159{
160 mRepeatCount = count;
161}
162
163void LottieView::setRepeatMode(LottieView::RepeatMode mode)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected