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

Method GetMaxParticleCount

src/Nazara/Graphics/ParticleGroup.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 */
263
264 std::size_t ParticleGroup::GetMaxParticleCount() const
265 {
266 return m_maxParticleCount;
267 }
268
269 /*!
270 * \brief Gets the number of particles

Callers 1

EmitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected