ParticleEmitterComponent.EnableTrails Property
Definition¶
Namespace: Brine2D.Systems.Rendering
Whether to enable particle trails (default: false). Trails create a "motion blur" effect by drawing fading copies behind the particle.
public bool EnableTrails { get; set; }