MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / AddGenerator

Method AddGenerator

src/Nazara/Graphics/ParticleGroup.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 */
125
126 void ParticleGroup::AddGenerator(ParticleGeneratorRef generator)
127 {
128 NazaraAssert(generator, "Invalid particle generator");
129
130 m_generators.emplace_back(std::move(generator));
131 }
132
133 /*!
134 * \brief Adds the particle system to the rendering queue

Callers 1

ParticleGroup.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected