Skip to content

ParticleSystem.MaxWarmupDuration Field

Definition

Namespace: Brine2D.Systems.Rendering

Maximum allowed WarmupDuration that will be pre-simulated. Values above this are silently clamped so a misconfigured emitter cannot stall the first frame.

C#
public const float MaxWarmupDuration = 10;

Field Value

System.Single