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

Method UpdateEffect

Source/Engine/Particles/Particles.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166ParticleManagerService ParticleManagerServiceInstance;
167
168void Particles::UpdateEffect(ParticleEffect* effect)
169{
170 PROFILE_MEM(Particles);
171 UpdateList.Add(effect);
172}
173
174void Particles::OnEffectDestroy(ParticleEffect* effect)
175{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected