Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ResetSimulation
Method
ResetSimulation
Source/Engine/Particles/ParticleEffect.cpp:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void ParticleEffect::ResetSimulation()
267
{
268
Instance.ClearState();
269
}
270
271
void ParticleEffect::UpdateSimulation(bool singleFrame)
272
{
Callers
3
OnStop
Method · 0.80
ParticleEmitterWindow
Class · 0.80
ParticleEmitterPreview
Class · 0.80
Calls
1
ClearState
Method · 0.45
Tested by
no test coverage detected