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

Method GetParticleCount

src/Nazara/Graphics/ParticleGroup.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 */
273
274 std::size_t ParticleGroup::GetParticleCount() const
275 {
276 return m_particleCount;
277 }
278
279 /*!
280 * \brief Gets the size of particles

Callers 4

EmitMethod · 0.80
ParticleGroup.cppFile · 0.80
EnterMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected