Particles2D.speedScale

Particle system's running speed scaling ratio. Default value: 1. A value of 0 can be used to pause the particles.

  1. double speedScale [@property getter]
    struct Particles2D
    @nogc nothrow @property
    double
    speedScale
    ()
  2. double speedScale [@property setter]

Meta