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