MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetReferences

Method GetReferences

Source/Engine/Particles/ParticleEmitter.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetReferencesFunction · 0.50

Tested by

no test coverage detected