Struct StartDelay
Delays the particle system from starting emission by a random value in the range specified by delay.
Namespace: Unity.Tiny.Particles
Syntax
public struct StartDelay : IComponentData
Remarks
Should be placed next to ParticleEmitter
Fields
delay
Delay time in seconds.
Declaration
public Range delay
Field Value
| Type | Description |
|---|---|
| Range |