Skip to content

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.

C#
public bool EnableTrails { get; set; }

Property Value

System.Boolean