Skip to content

ParticleEmitterComponent.Delay Property

Definition

Namespace: Brine2D.Systems.Rendering

Delay in seconds before emission begins after the emitter is first activated or restarted after Stop(). 0 \(default\) means emit immediately. The delay is re-applied on each loop iteration when Loop is true.

C#
public float Delay { get; set; }

Property Value

System.Single