ParticleEmitterComponent.ActiveParticles Property
Definition¶
Namespace: Brine2D.Systems.Rendering
Gets a read-only view of the active particles. Use this to query particle state for gameplay logic.
public System.Collections.Generic.IReadOnlyList<Brine2D.Systems.Rendering.Particle> ActiveParticles { get; }