MCPcopy Create free account
hub / github.com/Samsung/rlottie / loadFromData

Method loadFromData

example/lottieview.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void LottieView::loadFromData(const std::string &jsonData, const std::string &key, const std::string &resourcePath)
134{
135 mRenderDelegate->loadFromData(jsonData, key, resourcePath);
136}
137
138void LottieView::setSize(int w, int h)
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected