| 476 | } |
| 477 | |
| 478 | void ParticleEmitter::GetReferences(Array<Guid>& assets, Array<String>& files) const |
| 479 | { |
| 480 | BinaryAsset::GetReferences(assets, files); |
| 481 | Graph.GetReferences(assets); |
| 482 | } |
| 483 | |
| 484 | bool ParticleEmitter::Save(const StringView& path) |
| 485 | { |
nothing calls this directly
no test coverage detected