MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Stop

Method Stop

Source/Engine/Particles/ParticleEffect.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void ParticleEffect::Stop()
328{
329 _isStopped = true;
330 _isPlaying = false;
331 ResetSimulation();
332}
333
334void ParticleEffect::UpdateBounds()
335{

Callers 2

JobMethod · 0.45
KillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected