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

Method OnLayerChanged

Source/Engine/Particles/ParticleEffect.cpp:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653#endif
654
655void ParticleEffect::OnLayerChanged()
656{
657 if (_sceneRenderingKey != -1)
658 GetSceneRendering()->UpdateActor(this, _sceneRenderingKey, ISceneRenderingListener::Layer);
659}
660
661void ParticleEffect::Serialize(SerializeStream& stream, const void* otherObj)
662{

Callers

nothing calls this directly

Calls 1

UpdateActorMethod · 0.80

Tested by

no test coverage detected