Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
void ParticleEffect::Stop()
328
{
329
_isStopped = true;
330
_isPlaying = false;
331
ResetSimulation();
332
}
333
334
void ParticleEffect::UpdateBounds()
335
{
Callers
2
Job
Method · 0.45
Kill
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected