Skip to content

ParticleEmitterComponent.DeathSubEmitters Property

Definition

Namespace: Brine2D.Systems.Rendering

Optional list of sub-emitter configs that are triggered when a particle from this emitter expires naturally. For each config a burst of sub-particles is spawned at the dying particle's world position. The sub-particles are managed internally by ParticleSystem and do not require additional ECS entities or components.

Sub-particles do not chain — sub-emitters on sub-emitters are not supported.

This list is not captured by CaptureDefaultState() because configs are typically set once at design time and are not expected to change between resets.

C#
public System.Collections.Generic.List<Brine2D.Systems.Rendering.SubEmitterConfig>? DeathSubEmitters { get; set; }

Property Value

System.Collections.Generic.List<SubEmitterConfig>