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

Method EndPlay

Source/Engine/Particles/ParticleEffect.cpp:784–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784void ParticleEffect::EndPlay()
785{
786#if USE_EDITOR
787 OnParticleEmittersClear();
788#endif
789 CacheModifiedParameters();
790 Particles::OnEffectDestroy(this);
791 Instance.ClearState();
792 _parameters.Clear();
793 _parametersVersion = 0;
794
795 // Base
796 Actor::EndPlay();
797}
798
799void ParticleEffect::OnEnable()
800{

Callers

nothing calls this directly

Calls 2

ClearStateMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected