MCPcopy Create free account
hub / github.com/Prograda/Skybolt / ParticleSystem

Method ParticleSystem

src/Skybolt/SkyboltSim/Particles/ParticleSystem.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200ParticleSystem::ParticleSystem(const Operations& operations, size_t reserveParticleCount) :
201 mOperations(operations)
202{
203 mParticles.reserve(reserveParticleCount);
204}
205
206void ParticleSystem::update(float dt)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected