| 431 | } |
| 432 | |
| 433 | bool ParticleSystem::initWithDictionary(const ValueMap& dictionary) |
| 434 | { |
| 435 | return initWithDictionary(dictionary, ""); |
| 436 | } |
| 437 | |
| 438 | bool ParticleSystem::initWithDictionary(const ValueMap& dictionary, std::string_view dirname) |
| 439 | { |
no test coverage detected