Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Emit
Method · 0.80
ParticleGroup.cpp
File · 0.80
Enter
Method · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected