Skip to content

ParticleSystem.MinParticleLifetime Field

Definition

Namespace: Brine2D.Systems.Rendering

Minimum particle lifetime enforced after variation is applied, in seconds. Prevents negative or zero lifetimes from causing particles that expire instantly.

C#
public const float MinParticleLifetime = 0.001;

Field Value

System.Single