| 126 | } |
| 127 | |
| 128 | void LottieView::setFilePath(const char *filePath) |
| 129 | { |
| 130 | mRenderDelegate->loadFromFile(filePath); |
| 131 | } |
| 132 | |
| 133 | void LottieView::loadFromData(const std::string &jsonData, const std::string &key, const std::string &resourcePath) |
| 134 | { |