| 575 | } |
| 576 | |
| 577 | bool Scene::LoadCustomData(Json::Value& rootNode, const std::filesystem::path& scenePath, ThreadPool* threadPool) |
| 578 | { |
| 579 | // Reserved for derived classes |
| 580 | return true; |
| 581 | } |
| 582 | |
| 583 | void Scene::FinishedLoading(uint32_t frameIndex) |
| 584 | { |
nothing calls this directly
no outgoing calls
no test coverage detected