MCPcopy 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
266void ParticleEffect::ResetSimulation()
267{
268 Instance.ClearState();
269}
270
271void ParticleEffect::UpdateSimulation(bool singleFrame)
272{

Callers 3

OnStopMethod · 0.80

Calls 1

ClearStateMethod · 0.45

Tested by

no test coverage detected