CPUParticles.amount

The number of particles emitted in one emission cycle (corresponding to the lifetime). Note: Changing amount will reset the particle emission, therefore removing all particles that were already emitted before changing amount.

  1. long amount [@property getter]
    struct CPUParticles
    @nogc nothrow @property
    long
    amount
    ()
  2. long amount [@property setter]

Meta